@@ -65,7 +65,7 @@ |
||
65 | 65 | */ |
66 | 66 | protected function init($crud = 'r', $edulevel = self::LEVEL_PARTICIPATING) { |
67 | 67 | protected function init() { |
68 | - $this->data['crud'] = $crud; $this->data['crud'] = 'r'; |
|
68 | + $this->data['crud'] = $crud; $this->data['crud'] = 'r'; |
|
69 | 69 | $this->data['edulevel'] = $edulevel; |
70 | 70 | $this->data['objecttable'] = 'bigbluebuttonbn'; |
71 | 71 | } |