fixed error where publisher would cause status_message_controller to error out

This commit is contained in:
danielvincent 2010-10-08 14:19:54 -07:00
parent 7d96c95caf
commit 526fbe9a90

View file

@ -18,7 +18,7 @@
= check_box_tag("aspect_ids[]", aspect.id, @aspect == :public || @aspect == :all || current_aspect?(aspect) )
= aspect.name
= connected_fb_as(@access_token) if @logged_in && @aspect == :public
= connected_fb_as(@access_token) if @logged_in && @aspect == :all
= f.hidden_field( :public, :value => (params[:action] == 'public') )
.buttons