- Patch #894614 by boombatower: PHP incompatibility message is not complete.

merge-requests/26/head
Dries Buytaert 2010-10-03 00:47:51 +00:00
parent af7acb3d70
commit 9a0b424407
1 changed files with 1 additions and 0 deletions

View File

@ -985,6 +985,7 @@ function _system_modules_build_row($info, $extra) {
if (version_compare(phpversion(), $info['php']) < 0) {
$compatible = FALSE;
$status_short .= t('Incompatible with this version of PHP');
$php_required = $info['php'];
if (substr_count($info['php'], '.') < 2) {
$php_required .= '.*';
}