]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix cachejail->update
authorRobin Appelman <icewind@owncloud.com>
Mon, 25 Jan 2016 12:20:59 +0000 (13:20 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 28 Jan 2016 10:46:44 +0000 (11:46 +0100)
lib/private/files/cache/wrapper/cachejail.php

index 4188fb72622df2b94232ed0cc8330d60f6ef2c79..32bd3626fcb1d850fc41d6aab42dee66f8447bf6 100644 (file)
@@ -113,7 +113,7 @@ class CacheJail extends CacheWrapper {
         * @param array $data
         */
        public function update($id, array $data) {
-               $this->cache->update($this->getSourcePath($id), $data);
+               $this->cache->update($id, $data);
        }
 
        /**