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

index afd8950..224d6b6 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -102,7 +102,7 @@ class Pman_Core_i18N extends Pman
         // load the cofiguration
         foreach($opts as $k=>$v) {
             
-            if ($v == '*') {
+            if ($v == '*') { // everything..
                 $this->cfg[$k] = $this->getDefaultCfg($k);
                 continue;
             }