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
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

salvis - July 13, 2009 - 07:45

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

salvis - July 22, 2009 - 17:30
Status:active» fixed

5.x-2.5 is out.

#3

System Message - August 5, 2009 - 17:40
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.