fix another double wrapped array

This commit is contained in:
Jörn Friedrich Dreyer 2013-06-12 23:01:52 +02:00
parent 6d55a062be
commit 54f9477f34
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**