summaryrefslogtreecommitdiff
path: root/app/Template/comments/create.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/comments/create.php')
-rw-r--r--app/Template/comments/create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/comments/create.php b/app/Template/comments/create.php
index a638d3b8..633f4392 100644
--- a/app/Template/comments/create.php
+++ b/app/Template/comments/create.php
@@ -12,7 +12,7 @@
'data-markdown-editor-disable-toolbar="true"',
'required',
'placeholder="'.t('Leave a comment').'"',
- 'data-mention-search-url="'.$this->url->href('UserHelper', 'mention', array('project_id' => $task['project_id'])).'"',
+ 'data-mention-search-url="'.$this->url->href('UserAjaxController', 'mention', array('project_id' => $task['project_id'])).'"',
),
'markdown-editor'
) ?>