Skip to content

Commit

Permalink
*8353* Fix missing variable assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Sep 9, 2013
1 parent 5642e02 commit fd24209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/i18n/AppLocale.inc.php
Expand Up @@ -85,7 +85,7 @@ function getLocale() {
$site =& Request::getSite();

if (!isset($locale)) {
$session->getSessionVar('currentLocale');
$locale = $session->getSessionVar('currentLocale');
}

if (!isset($locale)) {
Expand Down

0 comments on commit fd24209

Please sign in to comment.