Files
advancedmegamenu/upgrade/install-1.6.php
T
Francois Gaillard a62a234134 Initial commit
2014-03-20 14:28:17 +01:00

10 lines
151 B
PHP

<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_1_6($object)
{
return ($object->registerHook('actionObjectCategoryAddAfter'));
}