Skip to content

Commit

Permalink
Merge pull request #152 from michielgerritsen/bugfix/default-scope-id
Browse files Browse the repository at this point in the history
Default scope
  • Loading branch information
Marvin-Magmodules authored Jun 4, 2019
2 parents a8c3321 + 228537c commit 806318f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup/UpgradeData.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private function setCorrectWebsiteDefault($path)
return;
}

$this->resourceConfig->saveConfig($path, '0', 'default');
$this->resourceConfig->saveConfig($path, '0', 'default', 0);
}

private function removeBitcoinConfiguration()
Expand Down

0 comments on commit 806318f

Please sign in to comment.