Thibault GUILLAUME 2f9c8bc908 add module test
2015-09-01 18:40:17 +02:00

10 lines
177 B
PHP

<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_1_1($object)
{
return ($object->registerHook('displayBanner') && $object->unregisterHook('displayTop'));
}