When searching for actions and only one ticket shows up, there is a bug at line 64 in search.php:
add_footer($row[id]);
should be:
add_footer($row[ticket_id]);
StefanL
Log in to post a comment.