Browse Source

fix error while installing themes; thanks xixi

pull/40/head
czaks 9 years ago
parent
commit
4c1d2f924c
  1. 2
      inc/mod/pages.php

2
inc/mod/pages.php

@ -2508,7 +2508,7 @@ function mod_theme_configure($theme_name) {
// Clean cache
Cache::delete("themes");
Cache::delete("theme_settings_".$theme);
Cache::delete("theme_settings_".$theme_name);
$result = true;
$message = false;

Loading…
Cancel
Save