From 3a1a99cbd5c09a959bc11fc9a3c804b150b4d333 Mon Sep 17 00:00:00 2001 From: ARNHOE Date: Tue, 27 Aug 2013 23:02:21 +0200 Subject: [PATCH] Fixed issue with canView not being same as DataObject::canView --- docs/en/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/index.md b/docs/en/index.md index bf6fe23..8d14e27 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -75,7 +75,7 @@ to show the DataObject by its ID. class MyDataObject extends DataObject { - function canView() { + function canView($member = null) { return true; }