From 33ee559fea234da5fd00450735ed5a1fc6095169 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 1 Nov 2010 12:00:48 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index 3c127d42..afd89504 100644 --- a/I18n.php +++ b/I18n.php @@ -97,7 +97,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; - print_R($opts); + // load the cofiguration foreach($opts as $k=>$v) { -- 2.39.2