When trying to add a new relationship type with UR-Implications enabled:
Warning: Invalid argument supplied for foreach() in user_relationships_type_load() (line 36 of .../sites/all/modules/user_relationships/user_relationships_api/user_relationships_api.api.inc).
Notice: Undefined variable: values in user_relationship_implications_form_user_relationships_ui_type_edit_alter() (line 63 of .../sites/all/modules/user_relationships/user_relationship_implications/user_relationship_implications.module).
Notice: Undefined variable: values in user_relationship_implications_form_user_relationships_ui_type_edit_alter() (line 70 of .../sites/all/modules/user_relationships/user_relationship_implications/user_relationship_implications.module).
Reported at http://drupal.org/node/715206#comment-3694502
Comments
Comment #1
alex.k commentedThis was a weird bug... when adding a new relationship type, it would exclude one of the existing types from the implications table. Fixed that and the warnings, committed http://drupal.org/cvs?commit=449510
Comment #2
njathan commentedThanks (-: