Merge pull request #54 from ARNHOE/patch-1

Update Documentation
This commit is contained in:
Will Rossiter 2013-08-27 22:51:17 -07:00
commit a2297c43ef

View File

@ -75,7 +75,7 @@ to show the DataObject by its ID.
class MyDataObject extends DataObject {
function canView() {
function canView($member = null) {
return true;
}