Skip to content

Commit

Permalink
We need a splat here so we don't have a doubly nested array that will…
Browse files Browse the repository at this point in the history
… barf when @from.publish_to is called and uses the instance variable and not the method
  • Loading branch information
r38y authored and mmangino committed Mar 17, 2010
1 parent 014fbc9 commit 8a6d010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facebooker/rails/publisher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def action_links(*links)
if links.blank?
@action_links
else
@action_links = links
@action_links = *links
end
end

Expand Down

0 comments on commit 8a6d010

Please sign in to comment.