Fix missing parameter decleration, thanks Jenkins :-)

remotes/origin/stable5
Bart Visscher 13 years ago
parent ad12e13f14
commit 5381cc7418
  1. 2
      lib/filesystem.php

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

Loading…
Cancel
Save