1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-18 20:41:16 +02:00
This commit is contained in:
Ryan Cramer
2019-03-08 11:54:08 -05:00
parent a307d441d1
commit e427a03ff5

View File

@@ -684,7 +684,7 @@ class ProcessLanguageTranslator extends Process {
$dirIterator = false;
}
if(!$dirIterator) return array();
if($dirIterator === false) return array();
foreach($dirIterator as $file) {