1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-18 03:37:35 +01:00

Fix result page after installing theme getting doubled up.

This commit is contained in:
Macil Tech 2013-03-01 05:56:44 +08:00
parent 42aec516f6
commit 821f40a794

View File

@ -1832,6 +1832,7 @@ function mod_theme_configure($theme_name) {
'result' => $result,
'message' => $message,
));
return;
}
$settings = themeSettings($theme_name);