Skip to content
Snippets Groups Projects
Commit 9011ad73 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

system.findstr and matchuserdata no longer throw exceptions for undef 2nd arg

these functions just return the 'not found' equivalent return type when passed
null or undefined for the search string.
parent 5f68e80c
No related branches found
No related tags found
No related merge requests found
Pipeline #7897 passed
......@@ -12,14 +12,14 @@ var func_list = {
'exec': 1,
'filter_ip': 1,
'find_login_id': 0,
'findstr': 2,
'findstr': 1,
'get_node': 1,
'get_node_message': 1,
'get_telegram': 1,
'hacklog': 1,
'illegal_filename': 0,
'matchuser': 0,
'matchuserdata': 2,
'matchuserdata': 1,
'new_user': 1,
'notify': 2,
'popen': 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment