Skip to content

Commit

Permalink
MDL-68081 Groups: Fixes string error in member removal function
Browse files Browse the repository at this point in the history
  • Loading branch information
kritisingh1 committed Mar 11, 2020
1 parent 37b2ee3 commit 02c3509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/event/group_member_removed.php
Expand Up @@ -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'.";
}

Expand Down

0 comments on commit 02c3509

Please sign in to comment.