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

quicksketch’s picture

Status: Active » Needs review

Sweet, thanks @acouch, I'll include this change in the next release.

quicksketch’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.