Closed (fixed)
Project:
Simplenews
Version:
6.x-1.0-rc6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2009 at 01:50 UTC
Updated:
22 May 2009 at 08:00 UTC
The return value of hook_user when the operation is 'view' should be none (at the moment it is returning an array that is left over from D5)
See:
http://api.drupal.org/api/function/hook_user
This was causing a warning to appear at the top of a users profile page when using panels 3
Easy fix - just remove one line.
| Comment | File | Size | Author |
|---|---|---|---|
| simplenews.patch | 352 bytes | univate |
Comments
Comment #1
sutharsan commentedThanks for the patch. Committed to HEAD and 6.x-1.x-dev.