backdrop-contrib / search_api

Provides a generic API for modules offering search capabilities
GNU General Public License v2.0
0 stars 6 forks source link

Validation function `element_validate_integer` has been replaced #33

Closed laryn closed 2 years ago

laryn commented 2 years ago

Warning: call_user_func_array() expects parameter 1 to be a valid callback, function '_element_validate_integer' not found or invalid function name in _form_validate() (line 1493 of /app/core/includes/form.inc).

I see a few spots where element_validate_integer should be removed and replaced as per this example:

laryn commented 2 years ago

@earlyburg See what you think of the PR.