Fixed issue with canView not being same as DataObject::canView

This commit is contained in:
ARNHOE 2013-08-27 23:02:21 +02:00
parent 1416ad24ae
commit 3a1a99cbd5
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;
}