1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-04 20:08:02 +01:00

fix error while installing themes; thanks xixi

This commit is contained in:
czaks 2015-04-23 07:57:52 +02:00
parent 14b953ae21
commit e561128793

View File

@ -3340,7 +3340,7 @@ function mod_theme_configure($theme_name) {
// Clean cache
Cache::delete("themes");
Cache::delete("theme_settings_".$theme);
Cache::delete("theme_settings_".$theme_name);
$result = true;
$message = false;