From eeac2329baab1fdae7cbf6c707ed2ffd8beb4c1b Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 24 May 2015 16:02:25 -0400 Subject: Helpers refactoring --- app/Integration/Jabber.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Integration/Jabber.php') diff --git a/app/Integration/Jabber.php b/app/Integration/Jabber.php index d6917186..c956cc47 100644 --- a/app/Integration/Jabber.php +++ b/app/Integration/Jabber.php @@ -14,7 +14,7 @@ use Fabiang\Xmpp\Protocol\Presence; * @package integration * @author Frederic Guillot */ -class Jabber extends Base +class Jabber extends \Core\Base { /** * Return true if Jabber is enabled for this project or globally @@ -82,7 +82,7 @@ class Jabber extends Base if ($this->config->get('application_url')) { $payload .= ' '.$this->config->get('application_url'); - $payload .= $this->helper->url('task', 'show', array('task_id' => $task_id, 'project_id' => $project_id)); + $payload .= $this->helper->url->to('task', 'show', array('task_id' => $task_id, 'project_id' => $project_id)); } $this->sendMessage($project_id, $payload); -- cgit v1.2.3