Closed (fixed)
Project:
Facebook Connect
Version:
6.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2009 at 16:52 UTC
Updated:
24 Oct 2010 at 15:20 UTC
Found a small bug in fbconnect.module line 187 that displays "You are currently using your Facebook picture, if you delete or load a new picture, your facebook picture will no longer be updated" on Profile Tabs instead of just the account tab. This is easily remediable by changing line 187 from
if ($user->fb_avatar) {
to
if ($user->fb_avatar && $form['picture']) {
Comments
Comment #1
pianomansam commentedComment #2
vectoroc commented