Topic: Error when searching
Hi!
I just tried to search after a specific word in a specific category on the forum and I got this warning:
Warning: in_array(): Wrong datatype for second argument in /home/httpd/html/forum.08scooter.com/search.php on line 150
When I checked the line 150 in search.php I found this:
if ((in_array($forum, $admmod_forums) && $cur_user['status'] < PUN_MOD) || (in_array($forum, $locked_forums) && $cur_user['status'] < PUN_ADMIN))
I have the EFAM mod so maybe thats the problem?
Do anyonw know how I can fix it?
Greetings