1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Validator parse error fix

This commit is contained in:
SecretR
2013-10-31 15:20:21 +02:00
parent 433a1c65e3
commit 1d9fe175fb

View File

@@ -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,