mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 04:40:44 +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 = '')
|
function addValidateMessage($field_title, $err_code = 0, $err_message = '', $custom = '')
|
||||||
{
|
{
|
||||||
|
$tp = e107::getParser();
|
||||||
$lanVars = array(
|
$lanVars = array(
|
||||||
'x' => $field_title,
|
'x' => $field_title,
|
||||||
'y' => $err_code,
|
'y' => $err_code,
|
||||||
|
Reference in New Issue
Block a user