mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Validator parse error fix
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user