[-] CORE : fixed bug #PSCFV-4523 - Static _PS_DEFAULT_CUSTOMER_GROUP_ is still use in code even if deprecated 1.5.0.1

This commit is contained in:
vAugagneur
2013-01-09 10:26:16 +01:00
parent 9edb5e8911
commit 9154984c78
7 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ class GroupCore extends ObjectModel
public function delete()
{
if ($this->id == _PS_DEFAULT_CUSTOMER_GROUP_)
if ($this->id == (int)Configuration::get('PS_CUSTOMER_GROUP'))
return false;
if (parent::delete())
{