re-implement/refactor getQuotaInfo() on DAV storage

This commit is contained in:
zotlabs
2018-06-14 20:40:25 -07:00
parent 4a028b6015
commit 7a144b90fb
4 changed files with 50 additions and 37 deletions

View File

@@ -9,7 +9,7 @@ require_once('include/conversation.php');
class Home extends \Zotlabs\Web\Controller {
function init() {
$ret = array();
call_hooks('home_init',$ret);