From 4d90475bb1b4808a60aaffb2190a74370b92b7a4 Mon Sep 17 00:00:00 2001 From: rMalie Date: Tue, 14 Feb 2012 10:27:33 +0000 Subject: [PATCH] // Theme installator is now installed by default git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13291 b9a71923-0436-4b27-9f14-aed3839534dd --- install-dev/models/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install-dev/models/install.php b/install-dev/models/install.php index 4575ef126..cb1d437f4 100644 --- a/install-dev/models/install.php +++ b/install-dev/models/install.php @@ -544,6 +544,7 @@ class InstallModelInstall extends InstallAbstractModel 'statssearch', 'statsstock', 'statsvisits', + 'themeinstallator', ); }