fix for missing Quota display

This commit is contained in:
Klaus Leithoff 2011-03-17 13:30:31 +00:00
parent b3e9afc2af
commit 3a15236204

View File

@ -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;
} }