mirror of
https://github.com/Mibew/design.git
synced 2025-01-23 02:20:34 +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();
|
$operator = get_logged_in();
|
||||||
if (!$operator) {
|
if (!$operator) {
|
||||||
throw new UsersProcessorException(
|
throw new UsersProcessorException(
|
||||||
getstring("agent.not_logged_in"),
|
"Operator not logged in!",
|
||||||
UsersProcessorException::ERROR_AGENT_NOT_LOGGED_IN
|
UsersProcessorException::ERROR_AGENT_NOT_LOGGED_IN
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user