first commit
This commit is contained in:
20
modules/revsliderprestashop/upgrade/install-4.2.5.php
Normal file
20
modules/revsliderprestashop/upgrade/install-4.2.5.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* 2016 Revolution Slider
|
||||
*
|
||||
* @author SmatDataSoft <support@smartdatasoft.com>
|
||||
* @copyright 2016 SmatDataSoft
|
||||
* @license private
|
||||
* @version 5.1.3
|
||||
* International Registered Trademark & Property of SmatDataSoft
|
||||
*/
|
||||
|
||||
if (!defined('_PS_VERSION_')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
function upgrade_module_4_2_5($object)
|
||||
{
|
||||
return ($object->registerHook('displayRevSlider'));
|
||||
}
|
||||
Reference in New Issue
Block a user