Show the worker queue count if the workers are active

This commit is contained in:
Tobias Diekershoff 2016-09-20 15:45:55 +02:00
parent 8e6f9abedb
commit e5c2c66487
4 changed files with 6 additions and 3 deletions

View file

@ -460,6 +460,7 @@ function admin_page_summary(&$a) {
'$title' => t('Administration'),
'$page' => t('Summary'),
'$queues' => $queues,
'$workeractive' => get_config('system','worker'),
'$users' => array(t('Registered users'), $users),
'$accounts' => $accounts,
'$pending' => array(t('Pending registrations'), $pending),