mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Typo Correction
This commit is contained in:
parent
ef0c503ff6
commit
9dcfa4079a
@ -67,7 +67,7 @@ Making this work well is a subtle business and should be discussed with a few de
|
||||
|
||||
## Using permissions
|
||||
|
||||
* On an individual data record, $page->can("View", $member = null) and be called. If a member isn't passed, the
|
||||
* On an individual data record, $page->can("View", $member = null) can be called. If a member isn't passed, the
|
||||
currently logged in member is assumed.
|
||||
* On a request, $request->hasPermission("View", $member = null) can be called. See [datamodel](/developer_guides/model/permissions) for
|
||||
information on request objects.
|
||||
|
Loading…
Reference in New Issue
Block a user