示例#1
0
文件: task.php 项目: utopszkij/lmp
 protected function taskNotFound($taskName)
 {
     $this->view->content(MText::_('notask') . $taskName);
 }