There is a tiny bug in user_relationships_ui.admin.inc file that makes Allow Multiple Relationships option useless. At the moment this option is saved in "user_relationships_allow_multiple" variable. If I am not mistaken, it should be saved in "user_relationships_ui_allow_multiple" to make it work again.

Comments

jaydub’s picture

Version: 6.x-1.0-beta7 » 6.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new1.18 KB

Based on the references to other variables used in settings, I think the variable reference should be user_relationships_allow_multiple and so the attached patch is for user_relationships_ui.module

jaydub’s picture

Status: Needs review » Fixed

fixed in CVS

Status: Fixed » Closed (fixed)

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