From 4e3cc737db3d30fb1acfbef0165d5d9cadca6cc4 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Tue, 5 Mar 2013 17:15:40 +0100 Subject: [PATCH] [-] INSTALLER: Fix syntax error, unexpected 'public' (T_PUBLIC) --- install-dev/upgrade/php/update_customer_default_group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dev/upgrade/php/update_customer_default_group.php b/install-dev/upgrade/php/update_customer_default_group.php index 75aeaf6a2..9d0a3c4a1 100644 --- a/install-dev/upgrade/php/update_customer_default_group.php +++ b/install-dev/upgrade/php/update_customer_default_group.php @@ -24,7 +24,7 @@ * International Registered Trademark & Property of PrestaShop SA */ -public function update_customer_default_group() +function update_customer_default_group() { $filename = _PS_ROOT_DIR_.'/config/defines.inc.php'; $filename_old = str_replace('.inc.', '.old.', $filename);