* @copyright Copyright (c) 2008-2019 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_6_3($object) { Configuration::updateValue('PH_BLOG_IMAGE_FBSHARE', 'featured'); return true; }