Skip to content

Commit 93af775

Browse files
catchamonkeyweaverryan
authored andcommitted
Example use of MaskBuilder showed bitmask as 15, should be 29 for this example
1 parent 90114c0 commit 93af775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/acl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ several base permissions:
192192
->add('delete')
193193
->add('undelete')
194194
;
195-
$mask = $builder->get(); // int(15)
195+
$mask = $builder->get(); // int(29)
196196
197197
This integer bitmask can then be used to grant a user the base permissions you
198198
added above:

0 commit comments

Comments
 (0)