| @@ -27,7 +27,7 @@ discard block | ||
| 27 | 27 | |
| 28 | 28 |  defined('MOODLE_INTERNAL') || die(); | 
| 29 | 29 | |
| 30 | -require_once($CFG->dirroot . '/mod/bigbluebuttonbn/locallib.php'); | |
| 30 | +require_once($CFG->dirroot.'/mod/bigbluebuttonbn/locallib.php'); | |
| 31 | 31 | |
| 32 | 32 | /** | 
| 33 | 33 | * Helper class for sending notifications. | 
| @@ -115,7 +115,7 @@ discard block | ||
| 115 | 115 | */ | 
| 116 | 116 |      public static function htmlmsg_recording_ready($bigbluebuttonbn) { | 
| 117 | 117 |          return '<p>'.get_string('email_body_recording_ready_for', 'bigbluebuttonbn'). | 
| 118 | - ' "' . $bigbluebuttonbn->name . '" '. | |
| 118 | + ' "'.$bigbluebuttonbn->name.'" '. | |
| 119 | 119 |              get_string('email_body_recording_ready_is_ready', 'bigbluebuttonbn').'.</p>'; | 
| 120 | 120 | } | 
| 121 | 121 | |
| @@ -158,7 +158,7 @@ discard block | ||
| 158 | 158 | // Enqueue it. | 
| 159 | 159 | \core\task\manager::queue_adhoc_task($task); | 
| 160 | 160 |                  } catch (\Exception $e) { | 
| 161 | -                    mtrace("Error while enqueuing completion_uopdate_state task. " . (string) $e); | |
| 161 | +                    mtrace("Error while enqueuing completion_uopdate_state task. ".(string) $e); | |
| 162 | 162 | } | 
| 163 | 163 | } | 
| 164 | 164 | } |