first commit
This commit is contained in:
16
modules/ph_simpleblog/upgrade/install-1.2.0.8.php
Normal file
16
modules/ph_simpleblog/upgrade/install-1.2.0.8.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Blog for PrestaShop module by Krystian Podemski from PrestaHome.
|
||||
*
|
||||
* @author Krystian Podemski <krystian@prestahome.com>
|
||||
* @copyright Copyright (c) 2014-2016 Krystian Podemski - www.PrestaHome.com / www.Podemski.info
|
||||
* @license You only can use module, nothing more!
|
||||
*/
|
||||
if (!defined('_PS_VERSION_')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function upgrade_module_1_2_0_8($object)
|
||||
{
|
||||
return Configuration::updateGlobalValue('PH_RELATEDPOSTS_GRID_COLUMNS', Configuration::get('PH_BLOG_GRID_COLUMNS'));
|
||||
}
|
||||
Reference in New Issue
Block a user