10 lines
169 B
PHP
Raw Normal View History

2016-04-14 16:14:31 +02:00
<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_1_4($object)
{
return ($object->registerHook('actionAdminStoresControllerUpdate_optionsAfter'));
}