MDL-68081 Groups: Fixes string error in member removal function

This commit is contained in:
kritisingh1
2020-03-14 23:24:30 +05:30
parent c78e908404
commit eed0cbe176
+1 -1
View File
@@ -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'.";
}