10 lines
129 B
PHP
Raw Normal View History

2017-06-07 16:31:24 +02:00
<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_1_1_4($object)
{
return $object->createAjaxController();
}