forked from extern/egroupware
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
|
// return the qouta of the users INBOX
|
||||||
function getQuotaRoot()
|
function getQuotaRoot()
|
||||||
{
|
{
|
||||||
|
if (!$this->icServer->_connected) $this->openConnection();
|
||||||
|
|
||||||
if(!$this->icServer->hasCapability('QUOTA')) {
|
if(!$this->icServer->hasCapability('QUOTA')) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user