Closed (fixed)
Project:
User Relationships
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2010 at 20:50 UTC
Updated:
28 May 2010 at 07:50 UTC
in user_relationsship_service.inc line 43 user_relationships_update_relationship($rel, $updated, 'approved'); gets called. this function does not exist. (anymore?)
you need to replace it with user_relationships_save_relationship($rel, 'approved'); and everything works finde.
with this line 41 and 42 can be deleted, too.
sorry for not providing a patchfile.
Comments
Comment #1
alex.k commentedCommitted in http://drupal.org/cvs?commit=366924 http://drupal.org/cvs?commit=366926 (the op is "approve" not "approved"). Thank you for catching it.