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
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