Your theme's function phptemplate_user_picture() is unnecessary since it duplicates the code that is already run by template_preprocess_user_picture() in user.module automatically.

This causes problems for my Gravatar module users that also use your theme because your theme's function has the final override for the user picture code when it has no need to do so since it just does the default code.

If you had a reason to include this in your theme's template.php, let me know, otherwise you should really remove it.

Comments

dave reid’s picture

Title: phptemplate_preprocess_user_picture() is unneccessary » phptemplate_user_picture() is unneccessary
Jeff Burnz’s picture

I'll rip it out in the next release, I have some bugs to clean up and some changes I want to make so its on its way.

Jeff Burnz’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.