From 081e2d0fea8fa271b86ed25405cf093c0267a2fe Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 3 Nov 2014 14:44:53 +1300 Subject: [PATCH] we require PHP >= 5.3.3 not PHP > --- plugins/Installation/templates/_systemCheckSection.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Installation/templates/_systemCheckSection.twig b/plugins/Installation/templates/_systemCheckSection.twig index fb2d26a3aae..22247455aef 100755 --- a/plugins/Installation/templates/_systemCheckSection.twig +++ b/plugins/Installation/templates/_systemCheckSection.twig @@ -5,7 +5,7 @@ - {% set MinPHP %}{{ 'Installation_SystemCheckPhp'|translate }} > {{ infos.phpVersion_minimum }}{% endset %} + {% set MinPHP %}{{ 'Installation_SystemCheckPhp'|translate }} >= {{ infos.phpVersion_minimum }}{% endset %}
{{ MinPHP }}