forked from GithubBackups/vichan
fix error while installing themes; thanks xixi
This commit is contained in:
parent
14b953ae21
commit
e561128793
@ -3340,7 +3340,7 @@ function mod_theme_configure($theme_name) {
|
|||||||
|
|
||||||
// Clean cache
|
// Clean cache
|
||||||
Cache::delete("themes");
|
Cache::delete("themes");
|
||||||
Cache::delete("theme_settings_".$theme);
|
Cache::delete("theme_settings_".$theme_name);
|
||||||
|
|
||||||
$result = true;
|
$result = true;
|
||||||
$message = false;
|
$message = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user