From: Alan Knowles Date: Wed, 14 Dec 2011 06:43:03 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=66524d3845997deba28d1e63eeece93423f99aed I18n.php --- diff --git a/I18n.php b/I18n.php index ffb0c0f8..df91d314 100644 --- a/I18n.php +++ b/I18n.php @@ -69,7 +69,9 @@ class Pman_Core_I18N extends Pman $ff= HTML_FlexyFramework::get(); - $opts = empty($ff->Pman_Core_I18N) ? (empty($ff->Pman_I18N) ? array() : $ff->Pman_I18N) : $ff->Pman_Core_I18N; + $opts = empty($ff->Pman_Core_I18N) ? + (empty($ff->Pman_I18N) ? array() : $ff->Pman_I18N) + : $ff->Pman_Core_I18N;