]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - install.php
Don't show installation form on checkPrereqs fail.
[quix0rs-gnu-social.git] / install.php
index 14adbe137c7b17b464cc968450c7632c55c3a66b..352d5a143c80ed436a532d6553faec788887e589 100644 (file)
@@ -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;
         }