Skip to content

Commit

Permalink
Small amendment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelmold committed Feb 9, 2024
1 parent bdded3a commit c214ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1149,8 +1149,8 @@ acl_where_owned_user (const char *user_id, const char *user_sql,
" AND resource_type = 'task'"
" AND (%s))",
clause,
get->trash ? "_trash" : "",
with_prefix ? with_prefix : "",
get->trash ? "_trash" : "",
permission_or->str);

if ((strcmp (type, "report") == 0)
Expand Down

0 comments on commit c214ddc

Please sign in to comment.