Allow to retrieve the quota itself via the provisioning api

This commit is contained in:
Joas Schilling 2016-08-16 11:21:10 +02:00
parent a2942c3e94
commit 670bbc65c8
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 1 additions and 0 deletions

View File

@ -622,6 +622,7 @@ class Users {
'used' => $storage['used'],
'total' => $storage['total'],
'relative' => $storage['relative'],
'quota' => $storage['quota'],
];
} catch (NotFoundException $ex) {
$data = [];