[Pkg-owncloud-commits] [php-sabredav] 241/275: lower priority for schedule event listener
David Prévot
taffit at moszumanska.debian.org
Thu Sep 25 14:56:15 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 ed1837d970992dca72178eaee74beb091cc18cde
Author: Dominik Tobschall <dominik at fruux.com>
Date: Tue Sep 16 02:30:29 2014 +0200
lower priority for schedule event listener
---
ChangeLog.md | 1 +
lib/CalDAV/Schedule/IMipPlugin.php | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index db52b12..86a50b9 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -57,6 +57,7 @@ ChangeLog
the CardDAV PDO backend.
* When a REPORT is not supported, we now emit HTTP error 415, instead of 403.
* #348: `HEAD` requests now work wherever `GET` also works.
+* Changed: Lower priority for the iMip plugins `schedule` event listener.
2.0.5 (????-??-??)
------------------
diff --git a/lib/CalDAV/Schedule/IMipPlugin.php b/lib/CalDAV/Schedule/IMipPlugin.php
index 6f94c2c..5b0f9de 100644
--- a/lib/CalDAV/Schedule/IMipPlugin.php
+++ b/lib/CalDAV/Schedule/IMipPlugin.php
@@ -70,7 +70,7 @@ class IMipPlugin extends DAV\ServerPlugin {
*/
function initialize(DAV\Server $server) {
- $server->on('schedule', [$this, 'schedule']);
+ $server->on('schedule', [$this, 'schedule'], 120);
}
--
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