@@ -41,8 +41,8 @@ |
||
41 | 41 | */ |
42 | 42 | protected function init() { |
43 | 43 | parent::init('r', self::LEVEL_PARTICIPATING); |
44 | - $this->description = "The user with id '##userid' has joined a bigbluebutton meeting for ". |
|
45 | - "the bigbluebuttonbn activity with id '##objectid' for the course id ". |
|
44 | + $this->description = "The user with id '##userid' has joined a bigbluebutton meeting for " . |
|
45 | + "the bigbluebuttonbn activity with id '##objectid' for the course id " . |
|
46 | 46 | "'##courseid'."; |
47 | 47 | } |
48 | 48 |
@@ -41,8 +41,8 @@ |
||
41 | 41 | */ |
42 | 42 | protected function init() { |
43 | 43 | parent::init('r', self::LEVEL_OTHER); |
44 | - $this->description = "A bigbluebutton meeting for the bigbluebuttonbn activity with id ". |
|
45 | - "'##objectid' for the course id '##courseid' has been forcibly ". |
|
44 | + $this->description = "A bigbluebutton meeting for the bigbluebuttonbn activity with id " . |
|
45 | + "'##objectid' for the course id '##courseid' has been forcibly " . |
|
46 | 46 | "ended by the user with id '##userid'."; |
47 | 47 | } |
48 | 48 |
@@ -41,7 +41,7 @@ |
||
41 | 41 | */ |
42 | 42 | protected function init() { |
43 | 43 | parent::init('r', self::LEVEL_OTHER); |
44 | - $this->description = "The user with id '##userid' created a bigbluebutton meeting for ". |
|
44 | + $this->description = "The user with id '##userid' created a bigbluebutton meeting for " . |
|
45 | 45 | "the bigbluebuttonbn activity with id '##objectid' for the course id '##courseid'."; |
46 | 46 | } |
47 | 47 |
@@ -41,7 +41,7 @@ |
||
41 | 41 | */ |
42 | 42 | protected function init() { |
43 | 43 | parent::init('r', self::LEVEL_OTHER); |
44 | - $this->description = "The user with id '##userid' has unpublished a recording with id ". |
|
44 | + $this->description = "The user with id '##userid' has unpublished a recording with id " . |
|
45 | 45 | "'##other' in the course id '##courseid'."; |
46 | 46 | } |
47 | 47 |
@@ -41,7 +41,7 @@ |
||
41 | 41 | */ |
42 | 42 | protected function init() { |
43 | 43 | parent::init('r', self::LEVEL_OTHER); |
44 | - $this->description = "The user with id '##userid' has edited a recording with id ". |
|
44 | + $this->description = "The user with id '##userid' has edited a recording with id " . |
|
45 | 45 | "'##other' in the course id '##courseid'."; |
46 | 46 | } |
47 | 47 |
@@ -41,7 +41,7 @@ |
||
41 | 41 | */ |
42 | 42 | protected function init() { |
43 | 43 | parent::init('r', self::LEVEL_OTHER); |
44 | - $this->description = "The user with id '##userid' has protected a recording with id ". |
|
44 | + $this->description = "The user with id '##userid' has protected a recording with id " . |
|
45 | 45 | "'##other' in the course id '##courseid'."; |
46 | 46 | } |
47 | 47 |
@@ -41,7 +41,7 @@ |
||
41 | 41 | */ |
42 | 42 | protected function init() { |
43 | 43 | parent::init('r', self::LEVEL_OTHER); |
44 | - $this->description = "The user with id '##userid' has unprotected a recording with id ". |
|
44 | + $this->description = "The user with id '##userid' has unprotected a recording with id " . |
|
45 | 45 | "'##other' in the course id '##courseid'."; |
46 | 46 | } |
47 | 47 |
@@ -41,7 +41,7 @@ |
||
41 | 41 | */ |
42 | 42 | protected function init() { |
43 | 43 | parent::init('r', self::LEVEL_OTHER); |
44 | - $this->description = "The user with id '##userid' has imported a recording with id ". |
|
44 | + $this->description = "The user with id '##userid' has imported a recording with id " . |
|
45 | 45 | "'##other' in the course id '##courseid'."; |
46 | 46 | } |
47 | 47 |
@@ -41,7 +41,7 @@ |
||
41 | 41 | */ |
42 | 42 | protected function init() { |
43 | 43 | parent::init('r', self::LEVEL_OTHER); |
44 | - $this->description = "The user with id '##userid' has viewed a recording with id ". |
|
44 | + $this->description = "The user with id '##userid' has viewed a recording with id " . |
|
45 | 45 | "'##other' from the course id '##courseid'."; |
46 | 46 | } |
47 | 47 |