Skip to content

Commit dd85a85

Browse files
committed
Fixed Issue 9
1 parent 93937f7 commit dd85a85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/fileserver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
// Support for LOCK and UNLOCK
4343
$lockBackend = new Sabre_DAV_Locks_Backend_FS($tmpDir);
4444
$lockPlugin = new Sabre_DAV_Locks_Plugin($lockBackend);
45+
$server->addPlugin($lockPlugin);
4546

4647
// Support for html frontend
4748
$browser = new Sabre_DAV_Browser_Plugin();

0 commit comments

Comments
 (0)