fix bug in webdav
This commit is contained in:
parent
5a500a2455
commit
9ddd0e34ac
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@
|
|||
$query = "SELECT owner, exclusivelock FROM locks $where";
|
||||
$res = OC_DB::query($query);
|
||||
$row = OC_DB::fetch_assoc($res);
|
||||
OC_DB:free_result($res);
|
||||
OC_DB::free_result($res);
|
||||
|
||||
if (is_array($row)) {
|
||||
$query = "UPDATE locks SET expires = '$options[timeout]', modified = ".time()." $where";
|
||||
|
|
Loading…
Reference in a new issue