I18n.php
[Pman.Core] / 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;
             }