Rename task view controller

This commit is contained in:
Frederic Guillot
2016-05-26 22:23:12 -04:00
parent 9ebbe3da56
commit 82b5b491be
80 changed files with 146 additions and 147 deletions

View File

@@ -120,7 +120,7 @@ class Markdown extends Parsedown
if (! empty($token)) {
return $this->container['helper']->url->href(
'task',
'TaskViewController',
'readonly',
array(
'token' => $token,
@@ -133,7 +133,7 @@ class Markdown extends Parsedown
}
return $this->container['helper']->url->href(
'task',
'TaskViewController',
'show',
array('task_id' => $task_id)
);