Skip to content
Snippets Groups Projects
Commit 09a12d84 authored by Peter Rotich's avatar Peter Rotich
Browse files

Default queue_name to open

parent 2466420f
No related branches found
No related tags found
No related merge requests found
...@@ -189,6 +189,7 @@ case 'search': ...@@ -189,6 +189,7 @@ case 'search':
// Fall-through and show open tickets // Fall-through and show open tickets
case 'open': case 'open':
$status='open'; $status='open';
$queue_name = $queue_name ?: 'open';
$results_type=__('Open Tickets'); $results_type=__('Open Tickets');
if (!$cfg->showAnsweredTickets()) if (!$cfg->showAnsweredTickets())
$tickets->filter(array('isanswered'=>0)); $tickets->filter(array('isanswered'=>0));
......
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