Skip to content

Commit

Permalink
Insert locale items before the ones with status 0 are created
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Oct 21, 2016
1 parent 8e1dec3 commit e7a250c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mshoplib/setup/default/MShopAddLocaleDataDefault.php
Expand Up @@ -22,7 +22,7 @@ class MShopAddLocaleDataDefault extends \Aimeos\MW\Setup\Task\MShopAddLocaleData
*/
public function getPreDependencies()
{
return array( 'MShopAddLocaleLangCurData', 'MShopAddLocaleData' );
return array( 'MShopAddLocaleLangCurData' );
}


Expand All @@ -33,7 +33,7 @@ public function getPreDependencies()
*/
public function getPostDependencies()
{
return array();
return array( 'MShopAddLocaleData' );
}


Expand Down

0 comments on commit e7a250c

Please sign in to comment.