From b2522973cf9ed4980482a1dea7ff1f3b7d46c022 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Sep 2011 11:23:49 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2