forked from GNUsocial/gnu-social
Merge branch '2471' into 0.9.x
This commit is contained in:
commit
1bb18e9bab
@ -91,7 +91,7 @@ abstract class Installer
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (version_compare(PHP_VERSION, '5.2.3', '<')) {
|
if (version_compare(PHP_VERSION, '5.2.3', '<')) {
|
||||||
$errors[] = 'Require PHP version 5.2.3 or greater.';
|
$this->warning('Require PHP version 5.2.3 or greater.');
|
||||||
$pass = false;
|
$pass = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user