Don't show installation form on checkPrereqs fail.
...and be a bit more instructive on how to continue installing.
This commit is contained in:
parent
13736bbb89
commit
9291225a69
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user