Thibault GUILLAUME 3feb6de488 fix suite
2015-09-07 10:26:28 +02:00

10 lines
146 B
PHP

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