mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
fix for missing Quota display
This commit is contained in:
parent
b3e9afc2af
commit
3a15236204
@ -2661,6 +2661,8 @@
|
||||
// return the qouta of the users INBOX
|
||||
function getQuotaRoot()
|
||||
{
|
||||
if (!$this->icServer->_connected) $this->openConnection();
|
||||
|
||||
if(!$this->icServer->hasCapability('QUOTA')) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user