DataObjects/I18n.php
authorAlan Knowles <alan@roojs.com>
Mon, 16 Feb 2015 02:46:55 +0000 (10:46 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 16 Feb 2015 02:46:55 +0000 (10:46 +0800)
DataObjects/I18n.php

index 6e72f41..82b5b3d 100644 (file)
@@ -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;