Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/contacts_controller.rb')
-rw-r--r--app/controllers/contacts_controller.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/contacts_controller.rb b/app/controllers/contacts_controller.rb
index a3cb40f9a..f0fdc1d32 100644
--- a/app/controllers/contacts_controller.rb
+++ b/app/controllers/contacts_controller.rb
@@ -33,7 +33,7 @@ class ContactsController < ApplicationController
@people = Person.community_spotlight
end
- protected
+ private
def set_up_contacts
@contacts = case params[:set]
@@ -51,5 +51,4 @@ class ContactsController < ApplicationController
end
@contacts = @contacts.for_a_stream.paginate(:page => params[:page], :per_page => 25)
end
-
end