// Replace public by protected in override methods

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13022 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-02-06 13:41:51 +00:00
parent a239000042
commit 96c8e763b9
12 changed files with 18 additions and 18 deletions
@@ -771,7 +771,7 @@ class AdminCustomersControllerCore extends AdminController
return parent::processSave($token);
}
public function afterDelete($object, $old_id)
protected function afterDelete($object, $old_id)
{
$customer = new Customer($old_id);
$addresses = $customer->getAddresses($this->default_form_language);