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

alex.k’s picture

Status: Needs review » Fixed

Committed in http://drupal.org/cvs?commit=366924 http://drupal.org/cvs?commit=366926 (the op is "approve" not "approved"). Thank you for catching it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.