@@ -40,7 +40,7 @@ |
||
40 | 40 | */ |
41 | 41 | protected function init() { |
42 | 42 | parent::init(); |
43 | - $this->description = "The user with id '##userid' has protected a recording with id ". |
|
43 | + $this->description = "The user with id '##userid' has protected a recording with id " . |
|
44 | 44 | "'##other' in the course id '##contextinstanceid'."; |
45 | 45 | } |
46 | 46 |
@@ -40,8 +40,8 @@ |
||
40 | 40 | */ |
41 | 41 | protected function init() { |
42 | 42 | parent::init(); |
43 | - $this->description = "The user with id '##userid' triggered action ##other in a ". |
|
44 | - "bigbluebutton meeting for the bigbluebuttonbn activity with id ". |
|
43 | + $this->description = "The user with id '##userid' triggered action ##other in a " . |
|
44 | + "bigbluebutton meeting for the bigbluebuttonbn activity with id " . |
|
45 | 45 | "'##objectid' for the course id '##contextinstanceid'."; |
46 | 46 | } |
47 | 47 |
@@ -40,8 +40,8 @@ |
||
40 | 40 | */ |
41 | 41 | protected function init() { |
42 | 42 | parent::init(); |
43 | - $this->description = "The user with id '##userid' has joined a bigbluebutton meeting for ". |
|
44 | - "the bigbluebuttonbn activity with id '##objectid' for the course id ". |
|
43 | + $this->description = "The user with id '##userid' has joined a bigbluebutton meeting for " . |
|
44 | + "the bigbluebuttonbn activity with id '##objectid' for the course id " . |
|
45 | 45 | "'##contextinstanceid'."; |
46 | 46 | } |
47 | 47 |
@@ -26,7 +26,7 @@ |
||
26 | 26 | |
27 | 27 | defined('MOODLE_INTERNAL') || die(); |
28 | 28 | |
29 | -require_once(dirname(dirname(__FILE__)).'/locallib.php'); |
|
29 | +require_once(dirname(dirname(__FILE__)) . '/locallib.php'); |
|
30 | 30 | |
31 | 31 | /** |
32 | 32 | * Performs data migrations and updates on upgrade. |