// Fix default state for shops #PSTEST-1013

This commit is contained in:
rMalie
2012-03-14 16:31:54 +00:00
parent 2c0afc859e
commit dada1ccb00
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class ShopCore extends ObjectModel
public $id_group_shop;
public $id_theme;
public $name;
public $active;
public $active = true;
public $id_category;
public $deleted;