diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-11-24 19:24:02 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-24 19:24:02 -0800 |
| commit | 3ed7a5af46586f186a4627d8b029aec7c3ff579d (patch) | |
| tree | f7dff8eaa04e0a5f3c9be45767a32a909ae41dd3 /modules/gallery/helpers/l10n_scanner.php | |
| parent | 9b6663f87a7e679ffba691cf516191fc840cf978 (diff) | |
Rename I18n to Gallery_I18n to avoid conflict with Kohana 2.4
Diffstat (limited to 'modules/gallery/helpers/l10n_scanner.php')
| -rw-r--r-- | modules/gallery/helpers/l10n_scanner.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/l10n_scanner.php b/modules/gallery/helpers/l10n_scanner.php index a8059b3a..e36d419d 100644 --- a/modules/gallery/helpers/l10n_scanner.php +++ b/modules/gallery/helpers/l10n_scanner.php @@ -37,7 +37,7 @@ class l10n_scanner_Core { } } - $key = I18n::get_message_key($message); + $key = Gallery_I18n::get_message_key($message); if (array_key_exists($key, $cache)) { return $cache[$key]; } |
