diff --git a/app/controllers/dashboards_controller.rb b/app/controllers/dashboards_controller.rb index 7645bba17..8264212a9 100644 --- a/app/controllers/dashboards_controller.rb +++ b/app/controllers/dashboards_controller.rb @@ -61,7 +61,7 @@ class DashboardsController < ApplicationController end def zombiefriendaccept - + render :nothing => true Request.all.each{|r| User.owner.accept_friend_request(r.id) }