From a46757778f69e4b54f668f8542c06702eb1ef309 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 9 Feb 2016 21:40:57 -0500 Subject: Rename hooks --- app/Controller/Taskcreation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller/Taskcreation.php') diff --git a/app/Controller/Taskcreation.php b/app/Controller/Taskcreation.php index 72f756df..f1ac7272 100644 --- a/app/Controller/Taskcreation.php +++ b/app/Controller/Taskcreation.php @@ -29,7 +29,7 @@ class Taskcreation extends Base ); $values = $this->hook->merge('controller:task:form:default', $values, array('default_values' => $values)); - $values = $this->hook->merge('controller:task:form:task-creation', $values, array('default_values' => $values)); + $values = $this->hook->merge('controller:task-creation:form:default', $values, array('default_values' => $values)); } $this->response->html($this->template->render('task_creation/form', array( -- cgit v1.2.3