From 1353929a7dbd3f2e897fa7d3ab88e959ca573f9f Mon Sep 17 00:00:00 2001
From: Frederic Guillot
Date: Sat, 28 May 2016 13:41:54 -0400
Subject: Rename controllers
---
app/Template/task_file/remove.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'app/Template/task_file/remove.php')
diff --git a/app/Template/task_file/remove.php b/app/Template/task_file/remove.php
index 5097c66a..42894f05 100644
--- a/app/Template/task_file/remove.php
+++ b/app/Template/task_file/remove.php
@@ -8,7 +8,7 @@
- = $this->url->link(t('Yes'), 'TaskFile', 'remove', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id']), true, 'btn btn-red') ?>
+ = $this->url->link(t('Yes'), 'TaskFileController', 'remove', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id']), true, 'btn btn-red') ?>
= t('or') ?>
= $this->url->link(t('cancel'), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
--
cgit v1.2.3