From 6783de24572eb3a84dd43d125686b5f1df33f305 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 7 Feb 2010 14:17:58 -0800 Subject: Remove the redundant reference to ["force_rtl". --- modules/gallery/libraries/Gallery_I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gallery') diff --git a/modules/gallery/libraries/Gallery_I18n.php b/modules/gallery/libraries/Gallery_I18n.php index 1eacad5b..cfed046a 100644 --- a/modules/gallery/libraries/Gallery_I18n.php +++ b/modules/gallery/libraries/Gallery_I18n.php @@ -88,7 +88,7 @@ class Gallery_I18n_Core { } public function is_rtl($locale=null) { - $is_rtl = !empty($this->_config["force_rtl"]) and $this->_config["force_rtl"]; + $is_rtl = !empty($this->_config["force_rtl"]); if (empty($is_rtl)) { $locale or $locale = $this->locale(); list ($language, $territory) = explode('_', $locale . "_"); -- cgit v1.2.3