From 720550189df596b03f5419c3c3708a6ac396e812 Mon Sep 17 00:00:00 2001
From: maxwell <maxwell@joindiaspora.com>
Date: Thu, 15 Jul 2010 10:59:36 -0700
Subject: [PATCH]  MS more cleanup

---
 app/controllers/dashboards_controller.rb | 2 +-
 app/views/publics/host_meta.erb          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/controllers/dashboards_controller.rb b/app/controllers/dashboards_controller.rb
index 115a3d9bbc..10d0b8fd00 100644
--- a/app/controllers/dashboards_controller.rb
+++ b/app/controllers/dashboards_controller.rb
@@ -1,6 +1,6 @@
 class DashboardsController < ApplicationController
   
-  before_filter :authenticate_user!, :except => [:receive, :hub, :host_meta]
+  before_filter :authenticate_user!, :except => :receive
   include ApplicationHelper
 
   def index
diff --git a/app/views/publics/host_meta.erb b/app/views/publics/host_meta.erb
index 3b6280e5c6..88ea0ffd72 100644
--- a/app/views/publics/host_meta.erb
+++ b/app/views/publics/host_meta.erb
@@ -6,4 +6,4 @@
         template='<%=@user.url%>webfinger/?q={uri}'>
     <Title>Resource Descriptor</Title>
   </Link>
-</XRD>
+</XRD>
\ No newline at end of file
-- 
GitLab