mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-12-04 20:08:02 +01:00
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…
Reference in New Issue
Block a user