Merge pull request #220 from kekukin/patch-1

Fixed uninstall error for themes.
This commit is contained in:
Marcin Łabanowski 2017-03-30 01:04:59 +02:00 committed by GitHub
commit a492e778af

View File

@ -2634,7 +2634,7 @@ function mod_theme_uninstall($theme_name) {
// Clean cache
Cache::delete("themes");
Cache::delete("theme_settings_".$theme);
Cache::delete("theme_settings_".$theme_name);
header('Location: ?/themes', true, $config['redirect_http']);
}