[Pkg-owncloud-commits] [php-sabredav] 15/42: Another insight fix.

David Prévot taffit at moszumanska.debian.org
Wed Oct 29 20:52:05 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 17fbd32ec36296b918d2bb605d6620409764617b
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Mon Oct 6 19:03:34 2014 -0400

    Another insight fix.
---
 lib/CalDAV/Notifications/Plugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/CalDAV/Notifications/Plugin.php b/lib/CalDAV/Notifications/Plugin.php
index d80d018..99910ab 100644
--- a/lib/CalDAV/Notifications/Plugin.php
+++ b/lib/CalDAV/Notifications/Plugin.php
@@ -94,7 +94,7 @@ class Plugin extends ServerPlugin {
             $principalUrl = $node->getPrincipalUrl();
 
             // notification-URL property
-            $propFind->handle('{' . self::NS_CALENDARSERVER . '}notification-URL', function() use ($node, $principalUrl, $caldavPlugin) {
+            $propFind->handle('{' . self::NS_CALENDARSERVER . '}notification-URL', function() use ($$principalUrl, $caldavPlugin) {
 
                 $notificationPath = $caldavPlugin->getCalendarHomeForPrincipal($principalUrl) . '/notifications/';
                 return new DAV\Property\Href($notificationPath);

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