@@ -27,8 +27,8 @@ |
||
| 27 | 27 | defined('MOODLE_INTERNAL') || die(); |
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | - * Enable RecordRTC plugin buttons on installation. |
|
| 31 | - */ |
|
| 30 | + * Enable RecordRTC plugin buttons on installation. |
|
| 31 | + */ |
|
| 32 | 32 | function xmldb_atto_recordrtc_install() { |
| 33 | 33 | $toolbar = get_config('editor_atto', 'toolbar'); |
| 34 | 34 | if (strpos($toolbar, 'recordrtc') === false && $toolbar && $toolbar != '') { |