Commit 34a23bda authored by Robert Speicher's avatar Robert Speicher

Add current_user to filter context

parent 43c62ca3
...@@ -67,6 +67,7 @@ module Gitlab ...@@ -67,6 +67,7 @@ module Gitlab
whitelist: sanitization_whitelist, whitelist: sanitization_whitelist,
reference_class: html_options[:class], reference_class: html_options[:class],
only_path: options[:reference_only_path], only_path: options[:reference_only_path],
current_user: current_user,
project: project project: project
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment