Commit cec57275 authored by Tap's avatar Tap

Missing @ in @labels

parent c48ac79c
......@@ -126,7 +126,7 @@ class IssuableFinder
@labels = Label.where(title: label_names)
if projects
@labels = labels.where(project: projects)
@labels = @labels.where(project: projects)
end
else
@labels = Label.none
......
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