// Fix #PSCFV-4566

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17660 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-10-01 15:49:16 +00:00
parent af7e12efae
commit afd0953f87
@@ -455,6 +455,10 @@ class AdminMetaControllerCore extends AdminController
{
Configuration::updateValue('PS_REWRITING_SETTINGS', (int)Tools::getValue('PS_REWRITING_SETTINGS'));
Tools::generateHtaccess($this->ht_file, null, null, '', Tools::getValue('PS_HTACCESS_DISABLE_MULTIVIEWS'));
Tools::enableCache();
Tools::clearCache($this->context->smarty);
Tools::restoreCacheSettings();
}
public function updateOptionPsRouteProductRule()