From 90ce31173a7c1c1d02a6390ef91c8441f9888913 Mon Sep 17 00:00:00 2001 From: danielvincent Date: Wed, 25 Aug 2010 09:59:18 -0700 Subject: [PATCH] fixed errors on album/photo pages --- app/controllers/application_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 9219bdd67..5c2bfe753 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -17,6 +17,7 @@ class ApplicationController < ActionController::Base def set_friends_and_status if current_user + @group = :all @groups = current_user.groups @friends = current_user.friends end