Reset template script cache token also when saving configuration

Makes it easier to test script changes
This commit is contained in:
onli 2021-09-13 21:11:32 +02:00
parent 31fcc6a338
commit d79ea27422

View File

@ -139,6 +139,7 @@ if (is_array($template_config)) {
}
$data["adminAction"] = "configure";
$data["save_time"] = sprintf(SETTINGS_SAVED_AT, serendipity_strftime('%H:%M:%S'));
serendipity_set_config_var('last_template_change', time());
}
$data["form_token"] = serendipity_setFormToken();