]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing syntax error
authorThomas Mueller <thomas.mueller@tmit.eu>
Tue, 12 Feb 2013 15:18:48 +0000 (16:18 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Tue, 12 Feb 2013 15:18:48 +0000 (16:18 +0100)
lib/files/cache/scanner.php

index 70266c26e68d3d4873ba09960619fc9408db7ecc..9f72e20614726113bfc4a495cb6fbdfcb8e11f3a 100644 (file)
@@ -75,7 +75,7 @@ class Scanner {
                                }
                        }
                        if ($checkExisting) {
-                               $cacheData = $this->cache->get($file)
+                               $cacheData = $this->cache->get($file);
                                if ($data['size'] === -1) {
                                        $data['size'] = $cacheData['size'];
                                }