Skip to content

Commit

Permalink
Fixed problems with load events when selected all agents,tiquet: #2241
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lopez-f committed May 21, 2015
1 parent 5eb372a commit d57ba03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandora_console/operation/events/events_list.php
Expand Up @@ -141,7 +141,7 @@
$tags = tags_get_user_tags($config['id_user'], 'ER');


if ($id_agent == 0 && $text_agent != __('All')) {
if ($id_agent == 0 && $text_agent != '') {
$id_agent = -1;
}

Expand Down

0 comments on commit d57ba03

Please sign in to comment.