From a9b04c4536ef55072f8ff763e85a30099941a1c6 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Wed, 15 Apr 2015 18:59:01 +0200 Subject: Fix Snippet#participants. --- app/models/commit.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/models/commit.rb') diff --git a/app/models/commit.rb b/app/models/commit.rb index f54696c378c..6677dcb1e34 100644 --- a/app/models/commit.rb +++ b/app/models/commit.rb @@ -138,6 +138,7 @@ class Commit users = [] users << author users << committer + mentions = [] mentions << self.mentioned_users(current_user, project) -- cgit v1.2.1