[Pkg-owncloud-commits] [php-sabredav] 48/275: Fixed typo

David Prévot taffit at moszumanska.debian.org
Thu Sep 25 14:55:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit 7c02c7b247060d2a5d7bcb502acb62a558f83046
Author: Markus Staab <markus.staab at redaxo.de>
Date:   Tue May 27 23:28:48 2014 +0200

    Fixed typo
---
 lib/DAV/CorePlugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/DAV/CorePlugin.php b/lib/DAV/CorePlugin.php
index 5a7bb9e..446a98f 100644
--- a/lib/DAV/CorePlugin.php
+++ b/lib/DAV/CorePlugin.php
@@ -646,7 +646,7 @@ class CorePlugin extends ServerPlugin {
         // allows systems to transfer data from one path to another.
         // PropertyStorage uses this. If afterUnbind was first, it would clean
         // up all the properties before it has a chance.
-        !$this->server->emit('afterMove', [$path, $moveInfo['destination']]);
+        $this->server->emit('afterMove', [$path, $moveInfo['destination']]);
         $this->server->emit('afterUnbind',[$path]);
         $this->server->emit('afterBind',[$moveInfo['destination']]);
 

-- 
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