From 9e1dcf21dc5d65bcc4195f1ae4caedbe57835415 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 21 Jul 2014 20:32:12 -0230 Subject: Improve webhooks to call external url on task creation/modification --- app/Controller/Base.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Controller') diff --git a/app/Controller/Base.php b/app/Controller/Base.php index 462529b1..2739c5ac 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -151,6 +151,7 @@ abstract class Base // Attach events $this->action->attachEvents(); $this->project->attachEvents(); + $this->webhook->attachEvents(); } /** -- cgit v1.2.3