Skip to content

Commit

Permalink
fixes revsys#4
Browse files Browse the repository at this point in the history
  • Loading branch information
ppp23 committed Feb 16, 2013
1 parent 0c8b765 commit 9e8efde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion friendship/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def add_friend(self, from_user, to_user):
to_user=to_user
)
bust_cache('requests', to_user.pk)
friendship_request_created.send(sender=self)
friendship_request_created.send(sender=request)

return request

Expand Down

0 comments on commit 9e8efde

Please sign in to comment.