Closed (fixed)
Project:
Subscriptions
Version:
5.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2009 at 00:04 UTC
Updated:
5 Aug 2009 at 17:40 UTC
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
Comment #1
salvisYes, 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.
Comment #2
salvis5.x-2.5 is out.