I18n.php
[Pman.Core] / I18n.php
index 0470e79..1d5bd68 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -90,6 +90,8 @@ class Pman_Core_I18N extends Pman
         $i->ltype = 'l';                           // string(1)  not_null multiple_key
         $i->lkey = $lang;                            // string(8)  not_null
         if (!$i->count()) {
+            
+            
             $this->jerr('invalid lang configured: ' . $lang);
         }