Thibault GUILLAUME a72d09932c suite module ...
2015-09-17 11:57:04 +02:00

10 lines
151 B
PHP

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