Corrected message in NoSuchGroupException
This commit is contained in:
parent
482f61ac15
commit
bcb6dadc9f
@ -62,6 +62,6 @@ class NoSuchGroupException extends ServerException
|
|||||||
|
|
||||||
// Here we could log the failed lookup
|
// Here we could log the failed lookup
|
||||||
|
|
||||||
parent::__construct(_('No such user found.'));
|
parent::__construct(_('No such group found.'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user