[-] INSTALLER: Fix syntax error, unexpected 'public' (T_PUBLIC)

This commit is contained in:
gRoussac
2013-03-05 17:17:16 +01:00
parent 7541525f55
commit 1f41a42d1a
@@ -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);