]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix missing parameter decleration, thanks Jenkins :-)
authorBart Visscher <bartv@thisnet.nl>
Fri, 20 Jul 2012 23:18:51 +0000 (01:18 +0200)
committerBart Visscher <bartv@thisnet.nl>
Fri, 20 Jul 2012 23:18:51 +0000 (01:18 +0200)
lib/filesystem.php

index 7402d2cc25b8dea1a7824f71da853dac29a5ed01..ec30ffb8f4cdc3a5359fe39fa4d742d75cf76371 100644 (file)
@@ -473,7 +473,7 @@ class OC_Filesystem{
                return self::$defaultInstance->hasUpdated($path,$time);
        }
 
-       static public function removeETagHook() {
+       static public function removeETagHook($params) {
                $path=$params['path'];
                OC_Connector_Sabre_Node::removeETagPropertyForFile($path);
        }