Skip to content

Commit

Permalink
Fixed typo (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzeeman committed Sep 23, 2021
1 parent ef8836d commit 0466353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/m_predicate.erl
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ for_subject(Id, Context) ->
NoRestriction = [ NoRestrictionId || {NoRestrictionId} <- NoRestrictionIds ],
Valid ++ NoRestriction
end,
z_depcache:memo(F, {predicate_for_subject, Id}, ?WEEK, [predicare, category], Context).
z_depcache:memo(F, {predicate_for_subject, Id}, ?WEEK, [predicate, category], Context).


%% @doc Return the id of the predicate category
Expand Down

0 comments on commit 0466353

Please sign in to comment.