summaryrefslogtreecommitdiff
path: root/app/Integration/Jabber.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Integration/Jabber.php')
-rw-r--r--app/Integration/Jabber.php4
1 files changed, 2 insertions, 2 deletions
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);