The array in the uc_recurring_user function (around line 286) in uc_recurring.module should reference $account->uid, not $user->uid. This function is just about identical to uc_order_user in the uc_order.module, which does appropriately reference $account.

If $user is used as a reference rather than $account, administrators will have the Recurring Fees link pointed to their own user ID, not the account they are reviewing.

Comments

univate’s picture

Status: Active » Fixed

thanks, fixed

Status: Fixed » Closed (fixed)

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