Added post proxy for getFileInfo.

This is needed for WebDAV and FileSize
@samtuke and @schiesbn you guys know a better solution?
remotes/origin/stable6
Florin Peter 14 years ago
parent f8819f54c2
commit 25ff32db6b
  1. 3
      lib/files/view.php

@ -724,6 +724,9 @@ class View {
$data['permissions'] = $permissions;
}
}
$data = \OC_FileProxy::runPostProxies('getFileInfo', $path, $data);
return $data;
}

Loading…
Cancel
Save