Translations.php
authorAlan Knowles <alan@roojs.com>
Thu, 11 Jul 2013 05:21:26 +0000 (13:21 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Jul 2013 05:21:26 +0000 (13:21 +0800)
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");
+        }