[Pkg-owncloud-commits] [php-sabre-vobject] 18/106: php 5.3
David Prévot
taffit at moszumanska.debian.org
Fri Aug 22 15:10:57 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 3ec55859a882ecdc52bde6af879eede8b91e5363
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Sat Jul 19 18:39:02 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 2df934e..4f46f50 100644
--- a/lib/Sabre/VObject/ITip/Broker.php
+++ b/lib/Sabre/VObject/ITip/Broker.php
@@ -174,7 +174,7 @@ class Broker {
$oldEventInfo = $this->parseEventInfo($oldCalendar);
} else {
$oldEventInfo = array(
- 'attendees' => [],
+ 'attendees' => array(),
);
}
--
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