Add missing dispatcher

This commit is contained in:
Thomas Müller 2016-01-13 11:54:42 +01:00
parent bc96fab242
commit 4cff03f56b
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class Server {
$this->baseUri = $baseUri;
$logger = \OC::$server->getLogger();
$mailer = \OC::$server->getMailer();
$dispatcher = \OC::$server->getEventDispatcher();
$root = new RootCollection();
$this->server = new \OCA\DAV\Connector\Sabre\Server($root);