Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Disabled setting the language config value
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Janssens committed May 13, 2014
1 parent ee90b65 commit d160da6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public function loadLanguage(Library\CommandContext $context)
$languages->setActive($language);

// TODO: Remove this.
JFactory::getConfig()->setValue('config.language', $language->iso_code);
//JFactory::getConfig()->setValue('config.language', $language->iso_code);
}

/**
Expand Down

0 comments on commit d160da6

Please sign in to comment.