Translations.php
[Pman.Admin] / Translations.php
index 4a88fd5..5a15992 100644 (file)
@@ -65,7 +65,9 @@ class Pman_Admin_Translations extends Pman
          $this->loadOriginalStrings($module); // what needs translating..
         
         $ff = $this->bootLoader;
-        empty($ff->Pman['public_cache_dir']) ?
+        if (empty($ff->Pman['public_cache_dir'])) {
+            $this->jerr("public_cache_dir has not been set up");
+        }