We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbc9249 + ecd2900 commit 03988b1Copy full SHA for 03988b1
1 file changed
lib/private/Files/Cache/Cache.php
@@ -232,7 +232,7 @@ public function getFolderContentsById($fileId) {
232
*/
233
public function put($file, array $data) {
234
if (($id = $this->getId($file)) > -1) {
235
- $this->update($id, $data, $file);
+ $this->update($id, $data);
236
return $id;
237
} else {
238
return $this->insert($file, $data);
@@ -943,4 +943,4 @@ public function normalize($path) {
943
944
return trim(\OC_Util::normalizeUnicode($path), '/');
945
}
946
-}
+}
0 commit comments