// Refactoring of shop class with new context
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7604 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ class PageCore extends ObjectModel
|
||||
'id_page' => (int)$id_page,
|
||||
'counter' => 1,
|
||||
'id_shop' => $context->shop->getID(),
|
||||
'id_group_shop' => $context->shop->getGroup(),
|
||||
'id_group_shop' => $context->shop->getGroupID(),
|
||||
), 'INSERT');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user