From: Alan Knowles Date: Thu, 15 Sep 2011 03:23:49 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b2522973cf9ed4980482a1dea7ff1f3b7d46c022 I18n.php --- diff --git a/I18n.php b/I18n.php index afd89504..224d6b66 100644 --- 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; }