From e35fc8b9299e7bd257e00601f206e2670c559651 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Mon, 17 Sep 2018 14:36:22 +0100 Subject: Use commit email for wiki actions --- app/models/project_wiki.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models') diff --git a/app/models/project_wiki.rb b/app/models/project_wiki.rb index f4b3421f04b..d3c6312baf2 100644 --- a/app/models/project_wiki.rb +++ b/app/models/project_wiki.rb @@ -188,7 +188,7 @@ class ProjectWiki Gitlab::Git::Wiki::CommitDetails.new(@user.id, @user.username, @user.name, - @user.email, + @user.commit_email, commit_message) end -- cgit v1.2.1