Invalid user_load() call
dwarner - July 3, 2009 - 00:04
| Project: | Subscriptions |
| Version: | 5.x-2.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#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
5.x-2.5 is out.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.