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

This commit is contained in:
gRoussac
2013-03-05 17:15:40 +01:00
parent e2834983ff
commit 4e3cc737db
@@ -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);