From 7c8155f4680691a8b541b0d8bc58fb084bdc9005 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Sep 2011 15:22:25 +0800 Subject: [PATCH] I18n.php --- I18n.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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(); -- 2.39.2