Closed (fixed)
Project:
Facebook OAuth (FBOAuth)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2011 at 22:38 UTC
Updated:
29 Feb 2012 at 05:50 UTC
This is pretty minor so I'm not bothering with a patch, but this:
$output .= theme('item_list', array('basic' => t('Your basic information (Name, Gender, Picture, etc.)')) + fboauth_user_connect_permissions());
should be:
$output .= theme('item_list', array('items' => array('basic' => t('Your basic information (Name, Gender, Picture, etc.)')) + fboauth_user_connect_permissions()));
in theme_fboauth_user_info() in fboauth.pages.inc
Comments
Comment #1
quicksketchSweet, thanks @acouch, I'll include this change in the next release.
Comment #2
quicksketchThanks, fixed.
Patch: http://drupalcode.org/project/fboauth.git/blobdiff/cb9557e65aee3a11ff826...