Prevent a notice

This commit is contained in:
Tobias Hößl 2012-07-30 19:18:10 +00:00
parent a27f28d7bf
commit a9924ea443
1 changed files with 1 additions and 1 deletions

View File

@ -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
$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');
$server->addPlugin($authPlugin);