Issue #1473214 by kika, nmudgal, roborn: Fixed Empty table pattern for 'OpenID identities' user page.

merge-requests/26/head
webchick 2012-09-01 22:31:19 -07:00
parent 76acfb9b16
commit b85f3a02b0
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ function openid_user_identities($account) {
'#theme' => 'table',
'#header' => $header,
'#rows' => $rows,
'#empty' => t('No OpenID identities available for this account.'),
);
$build['openid_user_add'] = drupal_get_form('openid_user_add');
return $build;