From ea1ced9231b74ce9f4c73e82fd02d2dd94fc8ea1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 16 Feb 2015 10:46:55 +0800 Subject: [PATCH] DataObjects/I18n.php --- DataObjects/I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/I18n.php b/DataObjects/I18n.php index 6e72f41f..82b5b3d5 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -74,7 +74,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject // BC compatible.. if any of these are set, then we use them as the settings.. $opts = array(); - foreach(array('Pman_Core_I18N', 'Pman_I18N','Pman_I18n') as $pk) { + foreach(array('Pman_Core_I18n', 'Pman_Core_I18N', 'Pman_I18N','Pman_I18n') as $pk) { if (isset($ff->$pk)) { //var_dump($pk); $opts = $ff->$pk; -- 2.39.2