// Remove unusefull "unregisterhook" from the method uninstall of the module homeslider

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15681 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-05-25 09:41:14 +00:00
parent cd9f202c8c
commit 0aa17da9fd
+1 -1
View File
@@ -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();