summaryrefslogtreecommitdiff
path: root/app/Controller/Tasklink.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Tasklink.php')
-rw-r--r--app/Controller/Tasklink.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/app/Controller/Tasklink.php b/app/Controller/Tasklink.php
index b051caad..a7f4914b 100644
--- a/app/Controller/Tasklink.php
+++ b/app/Controller/Tasklink.php
@@ -29,27 +29,6 @@ class Tasklink extends Base
}
/**
- * Show links
- *
- * @access public
- */
- public function show()
- {
- $task = $this->getTask();
- $project = $this->project->getById($task['project_id']);
-
- $this->response->html($this->helper->layout->task('tasklink/show', array(
- 'links' => $this->taskLink->getAllGroupedByLabel($task['id']),
- 'task' => $task,
- 'project' => $project,
- 'link_label_list' => $this->link->getList(0, false),
- 'editable' => true,
- 'is_public' => false,
- 'show_title' => true,
- )));
- }
-
- /**
* Creation form
*
* @access public