When phptemplate_user_picture is used,
$picture = file_create_url($account->picture);
should also be changed into
$picture = file_create_path($account->picture);
When phptemplate_user_picture is used,
$picture = file_create_url($account->picture);
should also be changed into
$picture = file_create_path($account->picture);
Comments
Comment #1
joshk commentedI'm now linking to more authoritative and thorough docs.