mirror of
https://github.com/Mibew/design.git
synced 2025-01-22 18:10:33 +03:00
Change Exception message in UsersProcessor::checkOperator method
This commit is contained in:
parent
606de23f8d
commit
e731d9869e
@ -114,7 +114,7 @@ class UsersProcessor extends ClientSideProcessor {
|
||||
$operator = get_logged_in();
|
||||
if (!$operator) {
|
||||
throw new UsersProcessorException(
|
||||
getstring("agent.not_logged_in"),
|
||||
"Operator not logged in!",
|
||||
UsersProcessorException::ERROR_AGENT_NOT_LOGGED_IN
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user