Missing @ in @labels

This commit is contained in:
Tap 2016-02-19 20:40:50 +08:00
parent c48ac79c18
commit cec57275f0
1 changed files with 1 additions and 1 deletions

View File

@ -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