When phptemplate_user_picture is used,

$picture = file_create_url($account->picture);

should also be changed into

$picture = file_create_path($account->picture);

Comments

joshk’s picture

Status: Active » Closed (fixed)

I'm now linking to more authoritative and thorough docs.