Closed (fixed)
Project:
User Points Contributed modules
Version:
5.x-2.0
Component:
Code: userpoints_nodelimit
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Sep 2007 at 06:24 UTC
Updated:
28 Dec 2007 at 03:37 UTC
when userpoints is active and user total points is not enough, the form return empty page.
i found the problem is at the userpoints_nodelimit.module
$form = NULL;
i try to change it to
$form = NULL;
$form['dummy'] = array(
'#default_value' => '',
'#type' => 'hidden'
);
and now it works!
Comments
Comment #1
jredding commentedadding to drupal-5--3 branch.
Comment #2
jredding commented