//small fix

This commit is contained in:
Vincent Augagneur
2013-07-01 16:40:08 +02:00
parent 09359d011f
commit a519f4a7cb
15 changed files with 53 additions and 16 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_1_3($object)
{
return ($object->registerHook('actionObjectCmsUpdateAfter') && $object->registerHook('actionObjectCmsDeleteAfter'));
}