From: Alan Knowles Date: Thu, 15 Sep 2011 07:22:25 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7c8155f4680691a8b541b0d8bc58fb084bdc9005 I18n.php --- diff --git a/I18n.php b/I18n.php index 50b37f63..83b4ffc1 100644 --- 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();