예제 #1
0
파일: task.php 프로젝트: utopszkij/lmp
 protected function taskNotFound($taskName)
 {
     $this->view->content(MText::_('notask') . $taskName);
 }