DataObjects/I18n.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 03:56:24 +0000 (11:56 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 03:56:24 +0000 (11:56 +0800)
DataObjects/I18n.php

index 44fe12e..c2b7a70 100644 (file)
@@ -117,7 +117,8 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         if ($inlang === false) {
             // do we want to add our 'configured ones..'
             foreach( $this->availableCodes('l') as $l) {
-           // foreach( $this->cfg['t'] as $l) {
+                
+             // foreach( $this->cfg['t'] as $l) {
                 $this->buildDB($ltype, $l);
             }
             return;