diff --git a/install.php b/install.php index b05016fb..a9e6b2e6 100755 --- a/install.php +++ b/install.php @@ -117,8 +117,9 @@ } function row($item, $result) { - global $page, $config; - + global $page, $config, $__is_error; + if(!$result) + $__is_error = true; $page['body'] .= '
- Continue. + Continue' . (isset($__is_error) ? ' anyway' : '') . '.
'; echo Element('page.html', $page);