From 1d9fe175fb8fd9c2d61a9ba1bdad2d51dc97d63d Mon Sep 17 00:00:00 2001 From: SecretR Date: Thu, 31 Oct 2013 15:20:21 +0200 Subject: [PATCH] Validator parse error fix --- e107_handlers/validator_class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_handlers/validator_class.php b/e107_handlers/validator_class.php index adf3d3d18..62ac3f0c1 100644 --- a/e107_handlers/validator_class.php +++ b/e107_handlers/validator_class.php @@ -771,6 +771,7 @@ class e_validator */ function addValidateMessage($field_title, $err_code = 0, $err_message = '', $custom = '') { + $tp = e107::getParser(); $lanVars = array( 'x' => $field_title, 'y' => $err_code,