summaryrefslogtreecommitdiff
path: root/app/Integration/HipchatWebhook.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Integration/HipchatWebhook.php')
-rw-r--r--app/Integration/HipchatWebhook.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Integration/HipchatWebhook.php b/app/Integration/HipchatWebhook.php
index 59190959..5cd01fb0 100644
--- a/app/Integration/HipchatWebhook.php
+++ b/app/Integration/HipchatWebhook.php
@@ -73,7 +73,7 @@ class HipchatWebhook extends \Core\Base
if ($this->config->get('application_url')) {
$html .= '<br/><a href="'.$this->config->get('application_url');
- $html .= $this->helper->u('task', 'show', array('task_id' => $task_id, 'project_id' => $project_id)).'">';
+ $html .= $this->helper->url->href('task', 'show', array('task_id' => $task_id, 'project_id' => $project_id)).'">';
$html .= t('view the task on Kanboard').'</a>';
}