[-] FO : added smarty cache to blockcms

This commit is contained in:
Damien Metzger
2013-06-28 16:20:04 +02:00
parent 8acf308639
commit a387ff5e2f
4 changed files with 74 additions and 50 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_1_2($object)
{
return ($object->registerHook('actionObjectCmsUpdateAfter') && $object->registerHook('actionObjectCmsDeleteAfter'));
}