From 68ef32204ed5d25ae05f44186a20bbe26f7736ea Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 26 Dec 2020 09:57:03 -0800 Subject: [PATCH] Fix for early PHP versions. --- e107_handlers/validator_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/validator_class.php b/e107_handlers/validator_class.php index 4a3714fe6..22c383146 100644 --- a/e107_handlers/validator_class.php +++ b/e107_handlers/validator_class.php @@ -63,7 +63,7 @@ class e_validator /** * @var integer Unknown error code */ - public const ERR_UNKNOWN = 0; + const ERR_UNKNOWN = 0; /** * @var integer Value not found error code