diff --git a/app/controllers/dashboard_controller.rb b/app/controllers/dashboard_controller.rb index 0dae8e54e..183d0db99 100644 --- a/app/controllers/dashboard_controller.rb +++ b/app/controllers/dashboard_controller.rb @@ -11,7 +11,7 @@ class DashboardController < ApplicationController def receive xml = CGI::unescape(params[:xml]) puts xml - store_posts_from_xml xml + store_objects_from_xml xml render :nothing => true end