Skip to content

Commit

Permalink
core: Fix acl_props (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirklectisch authored and ddeboer committed Sep 23, 2016
1 parent 98cbf99 commit 2de63c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/m_rsc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ get_acl_props(Id, Context) when is_integer(Id) ->
F = fun() ->
Result =
z_db:q_row(
"select is_published, is_authoritative "
"select is_published, is_authoritative, "
"publication_start, publication_end "
"from rsc "
"where id = $1",
Expand Down

0 comments on commit 2de63c0

Please sign in to comment.