diff --git a/inc/mod/pages.php b/inc/mod/pages.php index 1c93991c..b822f48c 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -3073,7 +3073,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']); }