From 9a0b424407d2f7eed0e9c8a84f5b2c7b52cca980 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 3 Oct 2010 00:47:51 +0000 Subject: - Patch #894614 by boombatower: PHP incompatibility message is not complete. --- modules/system/system.admin.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system') diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 868bd4315..736fa5e70 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -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 .= '.*'; } -- cgit v1.2.3