HTTP/WebDAV/Server.php (the PEAR package) has been deprecated in GIT master.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 28 Jun 2009 19:03:55 +0000 (15:03 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 28 Jun 2009 19:03:55 +0000 (15:03 -0400)
The code has been merged into RPC/webdav.php.
Remove require

kronolith/calendars/info.php

index 2933d7a..15f1262 100644 (file)
@@ -10,7 +10,6 @@
 
 @define('KRONOLITH_BASE', dirname(dirname(__FILE__)));
 require_once KRONOLITH_BASE . '/lib/base.php';
-@include_once 'HTTP/WebDAV/Server.php';
 
 // Exit if this isn't an authenticated user.
 if (!Auth::getAuth()) {