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 e5b02a0 commit 9b91e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kronolith/lib/Driver/Ical.php
Expand Up @@ -658,6 +658,7 @@ public function isCalDAV()
if ($e->getCode() != 405) {
Horde::log($e, 'INFO');
}
$this->_davSupport = false;
return false;
}

Expand Down

0 comments on commit 9b91e08

Please sign in to comment.