fix another double wrapped array
This commit is contained in:
parent
6d55a062be
commit
54f9477f34
1 changed files with 1 additions and 1 deletions
2
lib/files/cache/cache.php
vendored
2
lib/files/cache/cache.php
vendored
|
@ -238,7 +238,7 @@ class Cache {
|
|||
$params[] = $id;
|
||||
|
||||
$sql = 'UPDATE `*PREFIX*filecache` SET ' . implode(' = ?, ', $queryParts) . '=? WHERE `fileid` = ?';
|
||||
\OC_DB::executeAudited($sql,array($params));
|
||||
\OC_DB::executeAudited($sql, $params);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue