[-] IN : bad path in create multistore

This commit is contained in:
gRoussac
2013-11-06 18:06:19 +01:00
parent 76b03856e2
commit fc6041fa33
2 changed files with 5 additions and 5 deletions
@@ -68,7 +68,7 @@ function update_customer_default_group()
if($result && file_exists($filename_old))
{
unlink($filename_old);
chmod($filename, 0664);
@chmod($filename, 0664);
}
}
return $result;