@@ -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 | |
@@ -41,8 +41,8 @@ |
||
| 41 | 41 | */ |
| 42 | 42 | protected function init() { |
| 43 | 43 | parent::init('r', self::LEVEL_OTHER); |
| 44 | - $this->description = "The user with id '##userid' triggered action ##other in a ". |
|
| 45 | - "bigbluebutton meeting for the bigbluebuttonbn activity with id ". |
|
| 44 | + $this->description = "The user with id '##userid' triggered action ##other in a " . |
|
| 45 | + "bigbluebutton meeting for the bigbluebuttonbn activity with id " . |
|
| 46 | 46 | "'##objectid' for the course id '##courseid'."; |
| 47 | 47 | } |
| 48 | 48 | |
@@ -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 left a bigbluebutton meeting for ". |
|
| 45 | - "the bigbluebuttonbn activity with id '##objectid' for the course id ". |
|
| 44 | + $this->description = "The user with id '##userid' has left a bigbluebutton meeting for " . |
|
| 45 | + "the bigbluebuttonbn activity with id '##objectid' for the course id " . |
|
| 46 | 46 | "'##courseid'."; |
| 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' has deleted a recording with id ". |
|
| 44 | + $this->description = "The user with id '##userid' has deleted a recording with id " . |
|
| 45 | 45 | "'##other' from the course id '##courseid'."; |
| 46 | 46 | } |
| 47 | 47 | |