summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kumanyaev <me@zzet.org>2014-08-18 11:22:11 +0400
committerAndrew Kumanyaev <me@zzet.org>2014-08-18 11:22:11 +0400
commitf789f29ca63df2050c7c4975957832b0a7cdab7d (patch)
tree07a205e6edd1126f3206e22a560c62073d4dad40
parent1e7598164beb6de7035101b984d4caa8073fdc78 (diff)
downloadgitlab-ce-f789f29ca63df2050c7c4975957832b0a7cdab7d.tar.gz
Update markdown.rb
Fix mistake by @qqshfox report
-rw-r--r--lib/gitlab/markdown.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/markdown.rb b/lib/gitlab/markdown.rb
index e90de83a9b2..bc718415f60 100644
--- a/lib/gitlab/markdown.rb
+++ b/lib/gitlab/markdown.rb
@@ -231,7 +231,7 @@ module Gitlab
end
def reference_external_issue(identifier, issue_tracker, project = @project)
- url = url_for_issue(identifier)
+ url = url_for_issue(identifier, project)
title = issue_tracker['title']
options = html_options.merge(