Issue #1473214 by kika, nmudgal, roborn: Fixed Empty table pattern for 'OpenID identities' user page.
parent
76acfb9b16
commit
b85f3a02b0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue