* Finish task #45018.

This commit is contained in:
songchenxuan
2021-11-30 10:49:38 +08:00
parent b3cb90e69e
commit 9efa9b1759
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -531,7 +531,7 @@ class task extends control
else
{
/* Set my menu. */
$this->loadModel('my')->setMenu();
$this->loadModel('my');
$this->lang->my->menu->work['subModule'] = 'task';
$this->view->position[] = html::a($this->createLink('my', 'task'), $this->lang->my->task);