Archived
1
0

fixed show installation errors

This commit is contained in:
Ian
2012-04-04 11:20:34 +02:00
parent f9d2eaade9
commit a8c5418b2f
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -78,8 +78,8 @@ if ( sizeof($_POST) > 1 && (int)$serendipity['GET']['step'] == 3 ) {
}
if ( is_array($errors = serendipity_checkInstallation()) ) {
$data['is_errors'] = true;
$data['errors'] = $errors;
$from = $_POST;
/* Back to configuration, user did something wrong */
$serendipity['GET']['step'] = $serendipity['POST']['step'];