Completed
Pull Request — master (#49)
by Jesus
04:54
created
classes/event/base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.