From 14e7bc6662fb68ebaddc6be1f07d2930fa069fa1 Mon Sep 17 00:00:00 2001 From: Gordon Heydon Date: Tue, 10 Jul 2012 11:27:33 +1000 Subject: [PATCH] Issue #1572134 by azam12345: Fixed when install error 500. Add condition to stop module from being installed on systems with less that PHP 5.3 --- abbrfilter.info | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/abbrfilter.info b/abbrfilter.info index e30806d..5cd403d 100755 --- a/abbrfilter.info +++ b/abbrfilter.info @@ -1,6 +1,7 @@ name = Abbreviations Filter description = "A filter which replaces whitelisted abbreviations with <abbr> tags." core = 7.x +php = 5.3 package = "Input filters" files[] = abbrfilter.install -- 1.7.5.4