Browse Source

Merge pull request from vichan-devel/vichan#220 from kekukin/patch-1 Fixed uninstall error for themes.

pull/40/head
Benjamin Southall 7 years ago
parent
commit
13f856189b
  1. 2
      inc/mod/pages.php

2
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']);
}

Loading…
Cancel
Save