// Routes for dispatcher (part 4) + some fix

This commit is contained in:
rMalie
2011-08-01 13:28:02 +00:00
parent 83e1aa387d
commit 66eab15a18
21 changed files with 298 additions and 264 deletions
+1 -2
View File
@@ -172,7 +172,7 @@ class AdminPreferences extends AdminTab
{
$languages = Language::getLanguages(false);
Tools::clearCache($smarty);
Tools::clearCache($this->context->smarty);
/* Check required fields */
foreach ($fields AS $field => $values)
@@ -289,7 +289,6 @@ class AdminPreferences extends AdminTab
else
$tab[$key] = Tools::getValue($key, Configuration::get($key));
}
$tab['_PS_DIRECTORY_'] = _PS_DIRECTORY_;
$tab['_MEDIA_SERVER_1_'] = _MEDIA_SERVER_1_;
$tab['_MEDIA_SERVER_2_'] = _MEDIA_SERVER_2_;
$tab['_MEDIA_SERVER_3_'] = _MEDIA_SERVER_3_;