Skip to content

Commit

Permalink
Fix up Frontend Localisation support
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmifsud committed Sep 14, 2012
1 parent 20e731b commit bcf3073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function initializeAdmin($context) {
// var_dump($context);die;
$author = Administration::instance()->Author;
//frontend localization
$codes = Symphony::Configuration()->get('frontend_localisation', 'langs');
$codes = Symphony::Configuration()->get('langs', 'frontend_localisation');
//language redirect cases
if ($codes == '' || $codes == null) $codes = Symphony::Configuration()->get('language_codes', 'language_redirect');
if ($codes == '' || $codes == null) $codes = Symphony::Configuration()->get('languages', 'language_redirect');
Expand Down

0 comments on commit bcf3073

Please sign in to comment.