mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-10 05:52:13 +09:00
Fix #273 'msg_is_not_manager' message and broken styles
This commit is contained in:
parent
05e9961b10
commit
63bddd0c9a
2 changed files with 2 additions and 1 deletions
|
|
@ -626,7 +626,7 @@ class ModuleHandler extends Handler
|
|||
if(!$grant->manager)
|
||||
{
|
||||
self::_setInputErrorToContext();
|
||||
$this->error = 'msg_is_not_manager';
|
||||
$this->error = 'msg_is_not_administrator';
|
||||
$oMessageObject = self::getModuleInstance('message', $display_mode);
|
||||
$oMessageObject->setError(-1);
|
||||
$oMessageObject->setMessage($this->error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue