@@ -54,7 +54,7 @@ |
||
54 | 54 | $this->add_js_plugin($params); |
55 | 55 | |
56 | 56 | // Add parameters for recordrtc. |
57 | - $params['recordrtc'] = array('contextid' => $options['context']->id, 'sesskey' => sesskey() ); |
|
57 | + $params['recordrtc'] = array('contextid' => $options['context']->id, 'sesskey' => sesskey()); |
|
58 | 58 | |
59 | 59 | // Add button in the end of the first row. |
60 | 60 | $this->add_button_after($params, 0, 'recordrtc'); |