[Pkg-owncloud-commits] [php-sabredav] 23/42: afterResponse event

David Prévot taffit at moszumanska.debian.org
Wed Oct 29 20:52:06 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 a23ac08c941da1236abed6fea2f4b75d43d39e4b
Author: Jose <joserobleda at gmail.com>
Date:   Fri Oct 17 08:42:02 2014 +0200

    afterResponse event
---
 lib/DAV/Server.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/DAV/Server.php b/lib/DAV/Server.php
index 2f40cee..086457d 100644
--- a/lib/DAV/Server.php
+++ b/lib/DAV/Server.php
@@ -477,6 +477,7 @@ class Server extends EventEmitter {
         if (!$this->emit('afterMethod', [$request, $response])) return;
 
         $this->sapi->sendResponse($response);
+        if (!$this->emit('afterResponse', [$request, $response])) return;
 
     }
 

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