Skip to content

Commit

Permalink
Use no language/currency ID in admin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Oct 1, 2019
1 parent 626e5aa commit c40d55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aimeos/Shop/Base/Locale.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ public function getBackend( \Aimeos\MShop\Context\Item\Iface $context, $site )
$localeItem = $localeManager->createItem();
}

return $localeItem;
return $localeItem->setCurrencyId( null )->setLanguageId( null );
}
}

0 comments on commit c40d55c

Please sign in to comment.