mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Fix #2164 untranslated error message "categoryneeded"
This commit is contained in:
parent
d1012c7c42
commit
fde3609f70
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class BoardController extends Board
|
||||||
{
|
{
|
||||||
if (!$this->grant->manager)
|
if (!$this->grant->manager)
|
||||||
{
|
{
|
||||||
throw new Rhymix\Framework\Exception('categoryneeded');
|
return new BaseObject(-1, sprintf(lang('common.filter.isnull'), lang('common.category')));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue