Skip to content

Commit

Permalink
Proposed bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
do3cc committed Jun 1, 2012
1 parent 52f3c24 commit f4620a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/AccessControl/permissions.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

<permission
id="zope2.Public"
title="Public, everyone can access"
/>
title="Public, everyone can access">
<role name="Anonymous"/>
</permission>

<permission
id="zope2.Private"
Expand Down

0 comments on commit f4620a2

Please sign in to comment.