mirror of
https://github.com/redmine/redmine.git
synced 2026-03-05 20:11:36 +01:00
add empty line after guard clause to IssueRelationsController
git-svn-id: http://svn.redmine.org/redmine/trunk@20252 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -73,6 +73,7 @@ class IssueRelationsController < ApplicationController
|
||||
|
||||
def destroy
|
||||
raise Unauthorized unless @relation.deletable?
|
||||
|
||||
@relation.init_journals(User.current)
|
||||
@relation.destroy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user