mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-22 09:09:15 +00:00
add groups and categories to 'statstotal'
This commit is contained in:
parent
2f668328fa
commit
e175858235
|
|
@ -3002,7 +3002,7 @@ final class SeedDMS_RestapiController { /* {{{ */
|
|||
return $check;
|
||||
|
||||
$data = [];
|
||||
foreach (array('docstotal', 'folderstotal', 'userstotal') as $type) {
|
||||
foreach (array('docstotal', 'folderstotal', 'userstotal', 'groupstotal', 'categoriestotal') as $type) {
|
||||
$total = $dms->getStatisticalData($type);
|
||||
$data[$type] = $total;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user