Needs review
Project:
Drupal for Facebook
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2011 at 10:45 UTC
Updated:
17 Mar 2011 at 22:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
Dave Cohen commentedTHere are quite a few php notices in the D7 branch. They won't cause errors.
You can hide them with something like this in your settings.php, depending on your hosts php setup..
Comment #2
alasda commentedChange incorrect reference $data['uid'] to $data['id']
Added catch for empty string $form['Facebook Application']['map']['#description'] so concat does not fail.
See attached patch