Skip to content

Commit

Permalink
[jan] Fix throwing exceptions from Lock backend (Bug #14520).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Dec 15, 2016
1 parent 3a6700b commit 5e79abf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/Dav/lib/Horde/Dav/Locks.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
* @package Dav
*/

use \Sabre\DAV\Locks;
use Sabre\DAV;
use Sabre\DAV\Locks;

/**
* A locking backend.
Expand Down
2 changes: 2 additions & 0 deletions framework/Dav/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</stability>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Fix throwing exceptions from Lock backend (Bug #14520).
* [jan] Mark PHP 7 as supported.
* [jan] Update to SabreDAV 1.8.12 (Only redirect client to HTTP and HTTPS urls; Support empty user names and passwords in basic authentication).
</notes>
Expand Down Expand Up @@ -877,6 +878,7 @@
<date>2016-04-27</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Fix throwing exceptions from Lock backend (Bug #14520).
* [jan] Mark PHP 7 as supported.
* [jan] Update to SabreDAV 1.8.12 (Only redirect client to HTTP and HTTPS urls; Support empty user names and passwords in basic authentication).
</notes>
Expand Down

0 comments on commit 5e79abf

Please sign in to comment.