[Pkg-owncloud-commits] [php-sabre-vobject] 05/106: Wrong property name.

David Prévot taffit at moszumanska.debian.org
Fri Aug 22 15:10:53 UTC 2014


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

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

commit 7b4ba7f13aca34b599b87ac81c1e23a39dd08efa
Author: Evert Pot <me at evertpot.com>
Date:   Thu Jul 17 13:45:32 2014 -0400

    Wrong property name.
---
 lib/Sabre/VObject/ITip/Broker.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Sabre/VObject/ITip/Broker.php b/lib/Sabre/VObject/ITip/Broker.php
index 32e97ce..3feba0d 100644
--- a/lib/Sabre/VObject/ITip/Broker.php
+++ b/lib/Sabre/VObject/ITip/Broker.php
@@ -344,7 +344,7 @@ class Broker {
             $value = isset($vevent->{'RECURRENCE-ID'})?$vevent->{'RECURRENCE-ID'}->getValue():'master';
             if(isset($vevent->ATTENDEE)) foreach($vevent->ATTENDEE as $attendee) {
 
-                if ($this->followScheduleAgentRules &&
+                if ($this->scheduleAgentServerRules &&
                     isset($attendee['SCHEDULE-AGENT']) &&
                     strtoupper($attendee['SCHEDULE-AGENT']->getValue()) === 'CLIENT'
                 ) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list