[Pkg-owncloud-commits] [php-sabre-vobject] 32/43: PHP 5.3 fix.
David Prévot
taffit at moszumanska.debian.org
Sat Jan 10 14:20:16 UTC 2015
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 63a287ec07911981fa386f223a403c670ba5ac39
Author: Evert Pot <me at evertpot.com>
Date: Fri Jan 9 19:10:53 2015 -0500
PHP 5.3 fix.
---
lib/Component/VCalendar.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Component/VCalendar.php b/lib/Component/VCalendar.php
index 57584b4..9d17e20 100644
--- a/lib/Component/VCalendar.php
+++ b/lib/Component/VCalendar.php
@@ -409,7 +409,7 @@ class VCalendar extends VObject\Document {
$componentsFound = 0;
- $componentTypes = [];
+ $componentTypes = array();
foreach($this->children as $child) {
if($child instanceof Component) {
--
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