[Pkg-owncloud-commits] [php-sabre-vobject] 44/106: PHP 5.3

David Prévot taffit at moszumanska.debian.org
Fri Aug 22 15:11:00 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 3ecaf6f26c41b5b1040a4a4c9e926dfce3109bc8
Author: Evert Pot <me at evertpot.com>
Date:   Tue Jul 29 17:32:51 2014 -0400

    PHP 5.3
---
 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 8d40641..ddabfe3 100644
--- a/lib/Sabre/VObject/ITip/Broker.php
+++ b/lib/Sabre/VObject/ITip/Broker.php
@@ -194,7 +194,7 @@ class Broker {
 
             if (in_array($organizer, $userHref)) {
                 // This is an organizer deleting the event.
-                $eventInfo['attendees'] = [];
+                $eventInfo['attendees'] = array();
             } else {
                 // This is an attendee deleting the event.
                 foreach($eventInfo['attendees'] as $key=>$attendee) {

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