Skip to content

Commit

Permalink
remove duplicate line checkCreateShop
Browse files Browse the repository at this point in the history
  • Loading branch information
keywan-ghadami-oxid authored May 17, 2021
1 parent 895d96a commit 0503efc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/ConfigImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ protected function createNewShop($aConfigValues, $sShopId, $oShop)
$oShop->setLanguage($shopLanguageId);
$canCreateShop = method_exists($shopMain, 'checkCreateShop')
&& $shopMain->checkCreateShop($sShopId, $oShop);
$canCreateShop = $shopMain->checkCreateShop($sShopId, $oShop);
if ($canCreateShop) {
try {
$oShop->save();
Expand Down

0 comments on commit 0503efc

Please sign in to comment.