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
1 changed files with 1 additions and 1 deletions

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;
}