Closed (fixed)
Project:
Blog Information
Version:
5.x-2.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
23 Apr 2007 at 14:13 UTC
Updated:
11 May 2007 at 12:28 UTC
Hi,
in function bloginfo_user you're using a reference of $user. This variable doesn't exist. You should use $account which is declared as parameter.
Thanks
Comments
Comment #1
mfer commentedGood call. Fixed in new release at http://drupal.org/node/139273.
You can see the patched code at http://cvs.drupal.org/viewcvs/drupal/contributions/modules/bloginfo/blog...
Comment #2
killes@www.drop.org commented