first commit
This commit is contained in:
14
is_themecore/upgrade/upgrade-4.1.2.php
Normal file
14
is_themecore/upgrade/upgrade-4.1.2.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
if (!defined('_PS_VERSION_')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
if (file_exists(dirname(__FILE__) . '../vendor/autoload.php')) {
|
||||
require_once dirname(__FILE__) . '../vendor/autoload.php';
|
||||
}
|
||||
|
||||
function upgrade_module_4_1_2($module)
|
||||
{
|
||||
return $module->registerHook('actionFrontControllerInitBefore');
|
||||
}
|
||||
Reference in New Issue
Block a user