This commit is contained in:
ARNHOE 2013-08-27 14:02:25 -07:00
commit b46762f49d
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;
}