Browse Source

Fix minor bug that disallows deletion of themes

pull/107/head
Dedushka 3 years ago
parent
commit
5ebfb22a5e
  1. 2
      inc/mod/pages.php

2
inc/mod/pages.php

@ -3219,7 +3219,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']);
}

Loading…
Cancel
Save