Skip to content
Snippets Groups Projects
Commit 1ac6078b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fixed 500 error when try to remove group

parent 86c97373
No related branches found
No related tags found
2 merge requests!52746 1 stable,!4948CentOS 6.4 install GitLab 6 0 stable ssh Auth fail
This commit is part of merge request !4948. Comments created here will be created in the context of that merge request.
Loading
Loading
@@ -87,7 +87,6 @@ class GroupsController < ApplicationController
end
 
def destroy
@group.truncate_teams
@group.destroy
 
redirect_to root_path, notice: 'Group was removed.'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment