Project:Subscriptions
Version:5.x-2.4
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Around line 517 of subscriptions.module, the following line needs changed:

$account = user_load($uid);

to:

$account = user_load(array('uid' => $uid));

This fixes an error that causes an infinite loop.

Comments

#1

Yes, thank you. This is fixed in the -dev version. I know I should create a new release, but there are still some open issues that I'd like to take care of before I do...

Let's keep this open until 5.x-2.5 is released.

#2

Status:active» fixed

5.x-2.5 is out.

#3

Status:fixed» closed (fixed)

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

nobody click here