Active
Project:
Drupal for Facebook
Version:
7.x-3.3-beta3
Component:
Facebook Connect
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2012 at 15:51 UTC
Updated:
22 Sep 2012 at 15:51 UTC
When displaying the FB login form for users that aren't logged into FB already, I got the following error
Undefined index: render element in theme()...
Patch suggestion:
Change line 549
$fb_button = theme('fb_login_button', t(_fb_user_button_text($form_id)), array('form_id' => $form_id));
to
$fb_button = theme('fb_login_button', array('text' => t(_fb_user_button_text($form_id)), 'form_id' => $form_\
id));