On rajoute encore quelques modules
This commit is contained in:
10
modules/blocktopdropdownmenu/upgrade/install-1.6.php
Normal file
10
modules/blocktopdropdownmenu/upgrade/install-1.6.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
if (!defined('_PS_VERSION_')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function upgrade_module_1_6($object)
|
||||
{
|
||||
return ($object->registerHook('actionObjectCategoryAddAfter'));
|
||||
}
|
||||
Reference in New Issue
Block a user