[Pkg-owncloud-commits] [php-sabre-vobject] 45/106: Initializing the messages array.

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 47e94e8f29fa009d1ce9b5afc5cb62f62fbd0926
Author: Evert Pot <me at evertpot.com>
Date:   Thu Jul 31 18:01:04 2014 -0400

    Initializing the messages array.
---
 lib/Sabre/VObject/ITip/Broker.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/Sabre/VObject/ITip/Broker.php b/lib/Sabre/VObject/ITip/Broker.php
index ddabfe3..7605d6e 100644
--- a/lib/Sabre/VObject/ITip/Broker.php
+++ b/lib/Sabre/VObject/ITip/Broker.php
@@ -433,6 +433,8 @@ class Broker {
             }
         }
 
+        $messages = array();
+
         foreach($attendees as $attendee) {
 
             // An organizer can also be an attendee. We should not generate any
@@ -521,7 +523,6 @@ class Broker {
 
         return $messages;
 
-
     }
 
     /**

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