Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
blog.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Feb 2007 at 04:46 UTC
Updated:
21 Mar 2007 at 12:45 UTC
hook_profile_alter expects each interior array of hook_user('view') to have a unique textual key. Blog.module currently uses the integer '0'. This patch adds the key 'blog' to the array to provide more context to hook_profile_alter().
| Comment | File | Size | Author |
|---|---|---|---|
| blog-key.patch | 795 bytes | matt westgate |
Comments
Comment #1
webchickYep, this is a no-brainer. Should be fixed in HEAD first, then back-ported. (applies cleanly to both)
Comment #2
webchickComment #3
dries commentedGood catch. I've committed this to CVS HEAD and DRUPAL-5. Thanks.
Comment #4
(not verified) commented