Don't request supported-report-set on every event in the calendar.

This commit is contained in:
Andrew McMillan 2010-03-31 22:59:21 +13:00
parent ea4c40114c
commit 0fee4d44bf

View File

@ -690,7 +690,7 @@ class CalDAVClient {
function GetCollectionETags( $url = null ) {
if ( isset($url) ) $this->SetCalendar($url);
$this->DoPROPFINDRequest( $this->calendar_url, array('getetag','supported-report-set'), 1);
$this->DoPROPFINDRequest( $this->calendar_url, array('getetag'), 1);
$etags = array();
if ( isset($this->xmltags['DAV::getetag']) ) {