fix the admin interface to pending registrations

This commit is contained in:
friendica
2014-01-21 14:56:42 -08:00
parent 530adb50ee
commit 60416d6f33
3 changed files with 5 additions and 6 deletions

View File

@@ -688,7 +688,7 @@ function admin_page_users(&$a){
'$submit' => t('Submit'),
'$select_all' => t('select all'),
'$h_pending' => t('User registrations waiting for confirm'),
'$th_pending' => array( t('Request date'), t('Name'), t('Email') ),
'$th_pending' => array( t('Request date'), t('Email') ),
'$no_pending' => t('No registrations.'),
'$approve' => t('Approve'),
'$deny' => t('Deny'),