From d5de6cde77a7d0f091770fe9491e8ce6cb6020ef Mon Sep 17 00:00:00 2001 From: camer0n Date: Mon, 9 Jun 2025 14:59:48 -0700 Subject: [PATCH] Issue #5443 Fatal error removal. --- 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 9dc4fbba0..14a027e6d 100644 --- a/e107_handlers/validator_class.php +++ b/e107_handlers/validator_class.php @@ -1617,7 +1617,7 @@ class validatorClass } else { - $curLine = str_replace('%t', constant($constPrefix . $n), $curLine); // Standard messages + $curLine = str_replace('%t', defset($constPrefix . $n), $curLine); // Standard messages USER_ERR_01 etc. } if (empty($vars['failed'][$f])) {