Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainraye committed Sep 7, 2015
1 parent 852533c commit 0a8421b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function init($area, $forceReload = false)
$this->_data = array();

/** START - Bastian Ike */
if ($localeFallback = Mage::getStoreConfig('general/locale/code_fallback')) {
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 0a8421b

Please sign in to comment.