From e47ec4f4cd376531a95b521a9f5d647f60f7f360 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Sep 2010 12:09:30 +0800 Subject: [PATCH] I18n.php --- I18n.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/I18n.php b/I18n.php index c0ea3302..e77a9534 100644 --- a/I18n.php +++ b/I18n.php @@ -94,8 +94,11 @@ class Pman_Core_i18N extends Pman $this->authUser = $au; $ff= HTML_FlexyFramework::get(); + + $opts = empty($ff->Pman_Core_I18N) ? (empty($ff->Pman_I18N) ? array() : $ff->Pman_I18N) : $ff->Pman_Core_I18N; + print_r($opts);exit; // load the cofiguration foreach($opts as $k=>$v) { -- 2.39.2