* @copyright Copyright (c) 202 ecommerce 2017 * @license Commercial license * * Support */ if (!defined('_PS_VERSION_')) { exit; } /** * @param $object TotLoyaltyAdvanced * @return bool */ function upgrade_module_2_1_2($object) { if (!$object->registerHook('actionObjectLanguageAddAfter')) { return false; } if (!$object->updateControllers()) { return false; } return true; }