mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 18:23:46 +00:00
Prevent a notice
This commit is contained in:
parent
a27f28d7bf
commit
a9924ea443
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ function dav_create_server($force_authentication = false, $needs_caldav = true,
|
||||||
// The object tree needs in turn to be passed to the server class
|
// The object tree needs in turn to be passed to the server class
|
||||||
$server = new Sabre_DAV_Server($tree);
|
$server = new Sabre_DAV_Server($tree);
|
||||||
|
|
||||||
$server->setBaseUri(CALDAV_URL_PREFIX);
|
if (CALDAV_URL_PREFIX != "") $server->setBaseUri(CALDAV_URL_PREFIX);
|
||||||
|
|
||||||
$authPlugin = new Sabre_DAV_Auth_Plugin(Sabre_DAV_Auth_Backend_Std::getInstance(), 'SabreDAV');
|
$authPlugin = new Sabre_DAV_Auth_Plugin(Sabre_DAV_Auth_Backend_Std::getInstance(), 'SabreDAV');
|
||||||
$server->addPlugin($authPlugin);
|
$server->addPlugin($authPlugin);
|
||||||
|
|
Loading…
Reference in a new issue