MDL-68081 Groups: Fixes string error in member removal function
This commit is contained in:
@@ -41,7 +41,7 @@ class group_member_removed extends base {
|
||||
* @return string
|
||||
*/
|
||||
public function get_description() {
|
||||
return "The user with id '$this->userid' removed the user with id '$this->relateduserid' to the group with " .
|
||||
return "The user with id '$this->userid' removed the user with id '$this->relateduserid' from the group with " .
|
||||
"id '$this->objectid'.";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user