Files
wyczarujprezent.pl/modules/leofeature/upgrade/upgrade-2.2.2.php
2024-10-28 22:14:22 +01:00

25 lines
506 B
PHP

<?php
/**
* 2007-2015 Leotheme
*
* NOTICE OF LICENSE
*
* Leo feature for prestashop 1.7: ajax cart, review, compare, wishlist at product list
*
* DISCLAIMER
*
* @author leotheme <leotheme@gmail.com>
* @copyright 2007-2015 Leotheme
* @license http://leotheme.com - prestashop template provider
*/
if (!defined('_PS_VERSION_')) {
exit;
}
function upgrade_module_2_2_2($object)
{
// return $object->registerHook('filterProductContent');
return $object->installOverrides();
}