11 lines
161 B
PHP
11 lines
161 B
PHP
|
<?php
|
||
|
|
||
|
if (!defined('_PS_VERSION_')) {
|
||
|
exit;
|
||
|
}
|
||
|
|
||
|
function upgrade_module_1_6($object)
|
||
|
{
|
||
|
return ($object->registerHook('actionObjectCategoryAddAfter'));
|
||
|
}
|