diff --git a/app/controllers/people_controller.rb b/app/controllers/people_controller.rb index 044285a31..d4dea8a80 100644 --- a/app/controllers/people_controller.rb +++ b/app/controllers/people_controller.rb @@ -23,7 +23,7 @@ class PeopleController < ApplicationController def destroy current_user.unfriend(current_user.visible_person_by_id(params[:id])) - respond_with :location => people_url + respond_with :location => root_url end end