fixed errors on album/photo pages

This commit is contained in:
danielvincent 2010-08-25 09:59:18 -07:00
parent f4b3a2eb3a
commit 90ce31173a

View file

@ -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