Posted by stella on October 16, 2009 at 7:08pm
Jump to:
| Project: | netFORUM Authentication |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
This patch is actually for the Drupal 6 version of the module which I downloaded via CVS, but for which there's no CVS tag to create an issue against :(
When a user is not a netForum user, some errors are displayed on the user edit page, e.g.
* warning: array_keys() [function.array-keys]: The first argument should be an array in modules/user/user.module on line 1498.
* warning: Invalid argument supplied for foreach() in includes/form.inc on line 1205.The attached patch fixes this problem and correctly loads the user data.
Cheers,
Stella
| Attachment | Size |
|---|---|
| user_edit_page.patch | 613 bytes |
Comments
#1
Great, thanks Stella!
#2
Fixed in r 1.11.2.6
#3