[Pkg-owncloud-commits] [php-sabredav] 153/163: This method is no longer needed.
David Prévot
taffit at moszumanska.debian.org
Tue May 20 18:55:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.
commit f1b069147bc685cb526d21f853e0bf53e7167d7f
Author: Evert Pot <me at evertpot.com>
Date: Thu May 15 17:44:59 2014 -0400
This method is no longer needed.
---
lib/DAV/Server.php | 7 -------
1 file changed, 7 deletions(-)
diff --git a/lib/DAV/Server.php b/lib/DAV/Server.php
index ea69a05..381fba8 100644
--- a/lib/DAV/Server.php
+++ b/lib/DAV/Server.php
@@ -902,13 +902,6 @@ class Server extends EventEmitter {
$propFindType = $propertyNames?PropFind::NORMAL:PropFind::ALLPROPS;
$propFind = new PropFind($path, $propertyNames, $depth, $propFindType);
- // This event allows people to intercept these requests early on in the
- // process.
- //
- // We're not doing anything with the result, but this can be helpful to
- // pre-fetch certain expensive live properties.
- $this->emit('beforeGetPropertiesForPath', [$propFind->getPath(), $propertyNames, $depth]);
-
$parentNode = $this->tree->getNodeForPath($path);
$nodes = [
$path => $parentNode
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list