From 9291225a69c586424fb5a40588c115bf1b78bce1 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 1 Mar 2014 16:27:34 +0100 Subject: [PATCH] Don't show installation form on checkPrereqs fail. ...and be a bit more instructive on how to continue installing. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 14adbe137c..352d5a143c 100644 --- a/install.php +++ b/install.php @@ -118,7 +118,7 @@ class WebInstaller extends Installer function main() { if (!$this->checkPrereqs()) { - $this->showForm(); + $this->warning(_('Please fix the above stated problems and refresh this page to continue installing.')); return; } -- 2.39.5