Initial commit: is_imageslider out of the box. v2.3.2
This commit is contained in:
10
is_imageslider/upgrade/upgrade-2.1.1.php
Normal file
10
is_imageslider/upgrade/upgrade-2.1.1.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
if (!defined('_PS_VERSION_')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function upgrade_module_2_1_1($module)
|
||||
{
|
||||
return $module->getInstaller()->createTables();
|
||||
}
|
||||
Reference in New Issue
Block a user