diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-17 18:35:06 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-17 18:35:06 -0700 |
commit | df22832a5b7e7c1962940becab1c90aaec3392f9 (patch) | |
tree | 1e76b7873ad53a0535f0ffe0ff35ed0c9ebf86af /modules/gallery/libraries/MY_View.php | |
parent | d692002bcfca1cc630ddd0e55b693744ef7fa924 (diff) |
Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3.
Fixes ticket #194
Diffstat (limited to 'modules/gallery/libraries/MY_View.php')
-rw-r--r-- | modules/gallery/libraries/MY_View.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/libraries/MY_View.php b/modules/gallery/libraries/MY_View.php index 96dcc71b..84ee0892 100644 --- a/modules/gallery/libraries/MY_View.php +++ b/modules/gallery/libraries/MY_View.php @@ -45,7 +45,7 @@ class View extends View_Core { } public function body_attributes() { - if (locale::is_rtl()) { + if (locales::is_rtl()) { return 'class="rtl"'; } return ''; |