X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman%2FI18N.php;fp=Pman%2FI18N.php;h=34970b5eb1fb844706706b43f2108edf0cb5c4c1;hb=7bb9e50554da21141d16c901668fe1811b2812db;hp=1cd390b78c614b903b36f8a1dc924abf94071d45;hpb=917ef1ec78670129ec78f62c18980d585fa3b6cf;p=Pman.Base diff --git a/Pman/I18N.php b/Pman/I18N.php index 1cd390b..34970b5 100644 --- a/Pman/I18N.php +++ b/Pman/I18N.php @@ -89,7 +89,7 @@ class Pman_I18N extends Pman $this->cfg[$k] = $this->getDefaultCfg($k); continue; } - $this->cfg[$k] = explode(',', $v); + $this->cfg[$k] = is_array($v) ? $v : explode(',', $v); }