I18n.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 20 Jul 2010 03:36:24 +0000 (11:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 20 Jul 2010 03:36:24 +0000 (11:36 +0800)
I18n.php

index c213d67..3d616c8 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -277,7 +277,7 @@ class Pman_Core_i18N extends Pman
             return; // dont bother building generic..
         }
         if ($inlang === false) {
-            foreach( $this->cfg['l'] as $l) {
+            foreach( $this->cfg['t'] as $l) {
                 $this->buildDB($ltype, $l);
             }
             return;