]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix scanFile signature warnings
authorVincent Petry <pvince81@owncloud.com>
Mon, 16 Mar 2015 15:45:11 +0000 (16:45 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 16 Mar 2015 15:45:11 +0000 (16:45 +0100)
apps/files_sharing/lib/external/scanner.php

index b45a8942e963206e35b1218bb366e2bc2f520fe1..6744b17e967a0d0c066c99264b17ab736b9db838 100644 (file)
@@ -33,7 +33,7 @@ class Scanner extends \OC\Files\Cache\Scanner {
         * @param int $reuseExisting
         * @return array an array of metadata of the scanned file
         */
-       public function scanFile($file, $reuseExisting = 0) {
+       public function scanFile($file, $reuseExisting = 0, $parentId = -1, $cacheData = null) {
                try {
                        return parent::scanFile($file, $reuseExisting);
                } catch (ForbiddenException $e) {