Closed (fixed)
Project:
User Relationships
Version:
5.x-2.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2009 at 05:29 UTC
Updated:
21 Nov 2009 at 15:40 UTC
This small patch handles a cancelled invitation by deleting the corresponding entry from user_relationship_invites.
| Comment | File | Size | Author |
|---|---|---|---|
| user_relationships_cancel_delete.patch | 661 bytes | scottgifford |
Comments
Comment #1
alex.k commentedCommitted in http://drupal.org/cvs?commit=279800, with a tweak. $args['code'] is not available, neither in invites 5.x-1.13 nor 1.x-dev. The patch gets the code from the url. Thanks for contributing.
Comment #2
scottgifford commentedThanks! Must have been another local change that made $args['code'] work for me.