mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 05:12:25 +01:00
Fixed monitor footer stats
This commit is contained in:
parent
ec7f2677b3
commit
39d7cad85b
@ -18,7 +18,7 @@ class ProcessMonitor extends Base {
|
||||
$result = $this->query($query);
|
||||
$status = array();
|
||||
while($info = $result->fetchRow()) {
|
||||
$status[$info['wf_status']] = $info['wf_num_instances'];
|
||||
$status[$info['wf_status']] = $info['num_instances'];
|
||||
}
|
||||
$res['active_instances'] = isset($status['active']) ? $status['active'] : 0;
|
||||
$res['completed_instances'] = isset($status['completed']) ? $status['completed'] : 0;
|
||||
|
Loading…
Reference in New Issue
Block a user