* fix a bug #556.

This commit is contained in:
wyd621
2013-12-16 09:33:53 +00:00
parent 25611cb406
commit 7bf527de74
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -242,6 +242,7 @@ class todo extends control
$this->lang->todo->menu = $this->lang->user->menu;
$this->lang->todo->menuOrder = $this->lang->user->menuOrder;
$this->loadModel('user')->setMenu($this->user->getPairs(), $todo->account);
$this->lang->company->menu->browseUser['subModule'] = 'todo';
$this->lang->set('menugroup.todo', $from);
$this->view->title = "{$this->lang->todo->common} #$todo->id $todo->name";