29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00

# [#24750] If a system plugin tries to load its language file, Joomla! falls back to setting the default site language to English.

git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@20632 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
This commit is contained in:
Jean-Marie Simonet 2011-02-09 19:25:23 +00:00
parent 3e63887d88
commit c7e0e699b9
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@ final class JSite extends JApplication
// if a language was specified it has priority
// otherwise use user or default language settings
jimport('joomla.plugin.helper');
JPluginHelper::importPlugin('system');
JPluginHelper::importPlugin('system', 'languagefilter');
if (empty($options['language'])) {
$lang = JRequest::getString('language', null);

View File

@ -33,6 +33,7 @@ $ -> Language fix or change
^ [#24828] Image j_button2_right.png missing from system template.
# [#24812] *Banners Tracks export modal needs more height
# [#24811] Enable editor-xtd buttons to have meaningful tooltips. Thanks Jonathan.
# [#24750] If a system plugin tries to load its language file, Joomla! falls back to setting the default site language to English.
07-Feb-2011 Jean-Marie Simonet
$ Correcting English spelling