[Pkg-owncloud-commits] [php-sabredav] 64/163: Fixed visibility
David Prévot
taffit at moszumanska.debian.org
Tue May 20 18:54:54 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 7517ccc8f595b209053b489067f0394434d71187
Author: Markus Staab <markus.staab at redaxo.de>
Date: Sun Apr 13 19:17:25 2014 +0200
Fixed visibility
---
lib/Sabre/DAV/FSExt/Node.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Sabre/DAV/FSExt/Node.php b/lib/Sabre/DAV/FSExt/Node.php
index e286e5e..2150241 100644
--- a/lib/Sabre/DAV/FSExt/Node.php
+++ b/lib/Sabre/DAV/FSExt/Node.php
@@ -187,7 +187,7 @@ abstract class Node extends DAV\FS\Node implements DAV\IProperties {
* Deletes the resource information.
* @return bool
*/
- public function deleteResourceData() {
+ protected function deleteResourceData() {
// When we're deleting this node, we also need to delete any resource information
$path = $this->getResourceInfoPath();
--
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