I18n.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 07:22:25 +0000 (15:22 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 07:22:25 +0000 (15:22 +0800)
I18n.php

index 50b37f6..83b4ffc 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -86,15 +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();