// Replace public by protected in override methods

This commit is contained in:
tDidierjean
2012-02-06 13:41:51 +00:00
parent e3b7b4f094
commit fccb65f6d3
12 changed files with 18 additions and 18 deletions
@@ -674,7 +674,7 @@ class AdminManufacturersControllerCore extends AdminController
parent::initProcess();
}
public function afterImageUpload()
protected function afterImageUpload()
{
/* Generate image with differents size */
if (($id_manufacturer = (int)Tools::getValue('id_manufacturer')) &&