DataObjects/I18n.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 04:01:39 +0000 (12:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 04:01:39 +0000 (12:01 +0800)
DataObjects/I18n.php

index aad7ea7..826baf4 100644 (file)
@@ -138,7 +138,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
             // We only build translatiosn for our configured ones..
             //foreach( $this->availableCodes('l') as $l) {
                 
-            foreach( $this->cfg['t'] as $l) {
+            foreach( self::$cfg['t'] as $l) {
                 $this->buildDB($ltype, $l);
             }
             return;