Skip to content

Commit

Permalink
Fix storing unsuccessful DAV requests in driver (Bug #12379).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 21, 2014
1 parent d4d1334 commit 3f6a38e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kronolith/lib/Driver/Ical.php
Expand Up @@ -692,6 +692,7 @@ public function isCalDAV()
if ($e->getCode() != 405) {
Horde::log($e, 'INFO');
}
$this->_davSupport = false;
return false;
}

Expand Down

0 comments on commit 3f6a38e

Please sign in to comment.