From 33a3196001a29e82f77faf8799c58c6ec3cc7579 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 19 Jul 2015 18:54:00 -0400 Subject: Fix minor issues --- app/Integration/Jabber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Integration') diff --git a/app/Integration/Jabber.php b/app/Integration/Jabber.php index 3e403aab..eaf1c5a8 100644 --- a/app/Integration/Jabber.php +++ b/app/Integration/Jabber.php @@ -81,7 +81,7 @@ class Jabber extends \Core\Base $payload = '['.$project['name'].'] '.str_replace('"', '"', $this->projectActivity->getTitle($event)).(isset($event['task']['title']) ? ' ('.$event['task']['title'].')' : ''); if ($this->config->get('application_url')) { - $payload .= ' '.$this->helper->url->to('task', 'show', array('task_id' => $task_id, 'project_id' => $project_id), false, '', true); + $payload .= ' '.$this->helper->url->to('task', 'show', array('task_id' => $task_id, 'project_id' => $project_id), '', true); } $this->sendMessage($project_id, $payload); -- cgit v1.2.3