Skip to content

Commit

Permalink
2nd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
papjul committed May 16, 2017
1 parent fdad937 commit f0d1e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions report/joblist.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
}
// All activities
$where = getAccesRestrictionClause('Activity', null);
$where .= " and idProject in " . getVisibleProjectsList(true);
if ($paramActivity != '') {
$where .= " and idActivity = " . $paramActivity;
} elseif ($paramProject != '') {
Expand Down

0 comments on commit f0d1e15

Please sign in to comment.