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 6fd6b92fe8
commit be1e55b9d6

View File

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