From da86c76165398bfa8a29c8bd78a1dd157c561737 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 16 Jun 2011 03:45:40 +1000 Subject: [PATCH] Revert ""Are you sure you want to continue" message when pre-installation test failed" This reverts commit 38aec8b852fc52ab63fca3f36b1e4dcc3054e051. --- install.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/install.php b/install.php index a9e6b2e6..b05016fb 100755 --- a/install.php +++ b/install.php @@ -117,9 +117,8 @@ } function row($item, $result) { - global $page, $config, $__is_error; - if(!$result) - $__is_error = true; + global $page, $config; + $page['body'] .= '' . $item . ''; } @@ -150,9 +149,7 @@ $page['body'] .= '

- Continue' . (isset($__is_error) ? ' anyway' : '') . '. + Continue.

'; echo Element('page.html', $page);