Skip to content
Snippets Groups Projects
Commit 54f9477f authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

fix another double wrapped array

parent 6d55a062
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment