DataObjects/Core_event_audit.php
[Pman.Core] / I18n.php
index c4a3fc7..8ede23c 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -72,7 +72,7 @@ class Pman_Core_I18N extends Pman
         $opts = empty($ff->Pman_Core_I18N) ? (empty($ff->Pman_I18N) ? array() : $ff->Pman_I18N)  : $ff->Pman_Core_I18N;
         
         $i = DB_DataObject::Factory('I18n');
-        $this->cfg = $i->cfg();
+         
         
         
         
@@ -86,16 +86,8 @@ class Pman_Core_I18N extends Pman
         
         $i = DB_DataObject::Factory('I18n');
         $i->buildDb();
-        $this->outputJavascript();
-    
-        
-        exit;
-        
-    }
-    
-    function outputJavascript()
-    {
-        
+     
+       
         $i = DB_DataObject::Factory('I18n');
         $cfg = $i->cfg();
         $langs = $cfg['t'];