]> source.dussan.org Git - nextcloud-server.git/commit
Fix to make the Unlock mechanism of WebDAV work. Previously when using unlock in...
authorKunal Ghosh <kunal.t2@gmail.com>
Sat, 2 Jul 2011 01:47:05 +0000 (07:17 +0530)
committerKunal Ghosh <kunal.t2@gmail.com>
Sat, 2 Jul 2011 01:47:05 +0000 (07:17 +0530)
commitf2845bbea877e6ddaba897879b0625c0535b5fe1
tree68bbd71be34e65d5acb679738dc5f82579dff59c
parentf40a1cad8b55bafa08d7e96415d4d2f9c7059a38
Fix to make the Unlock mechanism of WebDAV work. Previously when using unlock in cadaver etc was used the lock entry corresponding to the file was not deleted in the sqlite database table oc_locks. The error was because the delete query in the Unlock function was not getting executed :)
lib/HTTP/WebDAV/Server/Filesystem.php