// Remove unusefull "unregisterhook" from the method uninstall of the module homeslider
This commit is contained in:
@@ -109,7 +109,7 @@ class HomeSlider extends Module
|
||||
public function uninstall()
|
||||
{
|
||||
/* Deletes Module */
|
||||
if (parent::uninstall() && $this->unregisterHook('displayHome') && $this->unregisterHook('actionShopDataDuplication'))
|
||||
if (parent::uninstall())
|
||||
{
|
||||
/* Deletes tables */
|
||||
$res = $this->deleteTables();
|
||||
|
||||
Reference in New Issue
Block a user