diff --git a/code/model/Widget.php b/code/model/Widget.php index 62c29e1..bfefa62 100644 --- a/code/model/Widget.php +++ b/code/model/Widget.php @@ -316,4 +316,9 @@ class Widget extends DataObject $this->Name = $this->class . $this->ID; $this->write(); } + + public function canView($member = null) + { + return true; + } }