To reproduce this error just go to admin/structure/oauthconnector and disable any provider.

This error is due to the css class 'oauthconnector-provider-disabled' which is written as a string whereas theme_table() expect an array.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

theo_’s picture

Status: Active » Needs review
FileSize
1.13 KB
jsacksick’s picture

Status: Needs review » Needs work

The second part of the patch is fine but I think we should totally remove the first part as $provider is not even defined in the function, the !empty($prodiver->disabled) test will never pass since it will always be empty.

jsacksick’s picture

Status: Needs work » Fixed

Committed a slightly different patch in dev, thanks ! http://drupalcode.org/project/oauthconnector.git/commit/7333bc4

Status: Fixed » Closed (fixed)

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