From a1b8a598b259b693444363adeb259c9d86d05cd5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Sep 2011 15:22:03 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index c4a3fc76..50b37f63 100644 --- a/I18n.php +++ b/I18n.php @@ -72,7 +72,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; $i = DB_DataObject::Factory('I18n'); - $this->cfg = $i->cfg(); + -- 2.39.2