// Fix multishop checkbox on theme selection

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15423 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-05-19 10:43:01 +00:00
parent 6230b51db1
commit 5781694b9f
4 changed files with 7 additions and 3 deletions
@@ -109,6 +109,7 @@ class AdminThemesControllerCore extends AdminController
'themes' => Theme::getThemes(),
'id_theme' => $this->context->shop->id_theme,
'can_display_themes' => $this->can_display_themes,
'no_multishop_checkbox' => true,
),
),
),