[Pkg-owncloud-commits] [php-sabre-vobject] 33/128: Forgot about PHP 5.3 compatibility.
David Prévot
taffit at moszumanska.debian.org
Tue May 20 23: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 425f364637ea8b4eba138c4fca594e02f3d5994d
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Wed Jan 22 00:38:32 2014 -0500
Forgot about PHP 5.3 compatibility.
---
lib/Sabre/VObject/RecurrenceIterator.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Sabre/VObject/RecurrenceIterator.php b/lib/Sabre/VObject/RecurrenceIterator.php
index a168da0..9fe7ec5 100644
--- a/lib/Sabre/VObject/RecurrenceIterator.php
+++ b/lib/Sabre/VObject/RecurrenceIterator.php
@@ -1043,7 +1043,7 @@ class RecurrenceIterator implements \Iterator {
// Dayname will be something like 'wednesday'. Now we need to find
// all wednesdays in this month.
- $dayHits = [];
+ $dayHits = array();
$checkDate = clone $startDate;
$checkDate->modify('first day of this month');
--
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