mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 18:10:42 +00:00
fix function getAttributeValidationError()
This commit is contained in:
parent
c07654194c
commit
dbd3c87f17
|
|
@ -110,6 +110,6 @@ function getAttributeValidationText($error, $attrname='', $attrvalue='', $regex=
|
|||
} /* }}} */
|
||||
|
||||
function getAttributeValidationError($error, $attrname='', $attrvalue='', $regex='') { /* {{{ */
|
||||
return $GLOBALS['translator']->getAttributeValidationText($error, $attrname, $attrvalue, $regex);
|
||||
return $GLOBALS['translator']->getAttributeValidationError($error, $attrname, $attrvalue, $regex);
|
||||
} /* }}} */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user