Files
PrestaShop/modules/blockcms/upgrade/install-1.4.php

10 lines
169 B
PHP

<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_1_4($object)
{
return ($object->registerHook('actionAdminStoresControllerUpdate_optionsAfter'));
}