Skip to content

Commit 30e8e5b

Browse files
committed
wording
1 parent 67977d3 commit 30e8e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnityGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public function denyUser($new_user, $send_mail = true)
370370
public function removeUser($new_user, $send_mail = true)
371371
{
372372
if (!$this->userExists($new_user)) {
373-
UnitySite::errorLog("warning", "requested to delete absent user '$new_user' from group '$this'");
373+
UnitySite::errorLog("warning", "attempted to delete absent user '$new_user' from group '$this'");
374374
return;
375375
}
376376

0 commit comments

Comments
 (0)