Skip to content

Commit

Permalink
Update Translate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Rayé committed Sep 2, 2015
1 parent 0be658d commit b74394a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function init($area, $forceReload = false)

$this->_data = array();

if ($localeFallback = Mage::getStoreConfig('general/locale/code_fallback') && !Mage::app()->getStore()->isAdmin()) {
if (!Mage::app()->getStore()->isAdmin() && $localeFallback = Mage::getStoreConfig('general/locale/code_fallback')) {
// save original locale
$tmp_locale_original = $this->getLocale();

Expand Down

0 comments on commit b74394a

Please sign in to comment.