Needs review
Project:
Drupal for Facebook
Version:
7.x-3.x-dev
Component:
Facebook Connect
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2011 at 07:48 UTC
Updated:
17 Mar 2011 at 21:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
Michsk commentedAlso having this issue, and it seems that this issue makes my pages refresh. So when i visit a page, it refreshes.
Comment #2
alasda commentedfb_init appears to be referencing a session variable ( $_SESSION['fb_session']) which never exists. Modified to reference $_SESSION['fb'] which does exist.
Patch attached.