Corrected message in NoSuchGroupException

This commit is contained in:
Mikael Nordfeldth 2015-01-27 13:37:35 +01:00
parent 482f61ac15
commit bcb6dadc9f
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,6 @@ class NoSuchGroupException extends ServerException
// Here we could log the failed lookup
parent::__construct(_('No such user found.'));
parent::__construct(_('No such group found.'));
}
}