Browse Source

Fix minor bug that disallows deletion of themes

pull/40/head
Dedushka 3 years ago
parent
commit
f74d2a2fdc
No known key found for this signature in database GPG Key ID: DC969A6BA7657A70
  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