Files
PrestaShop/modules/blockcms/upgrade/install-1.3.php
Vincent Augagneur a519f4a7cb //small fix
2013-07-01 16:40:08 +02:00

10 lines
204 B
PHP

<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_1_3($object)
{
return ($object->registerHook('actionObjectCmsUpdateAfter') && $object->registerHook('actionObjectCmsDeleteAfter'));
}