plugins/libcalendaring

Thomas Brüderli bruederli at kolabsys.com
Thu Jan 23 15:39:43 CET 2014


 plugins/libcalendaring/libvcalendar.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 54b5b1bdc8a1892926d6e229c99407ede75f8984
Author: Thomas Bruederli <thomas at roundcube.net>
Date:   Thu Jan 23 15:38:27 2014 +0100

    Fix typo

diff --git a/plugins/libcalendaring/libvcalendar.php b/plugins/libcalendaring/libvcalendar.php
index 4b6dc5f..4766317 100644
--- a/plugins/libcalendaring/libvcalendar.php
+++ b/plugins/libcalendaring/libvcalendar.php
@@ -465,7 +465,7 @@ class libvcalendar implements Iterator
 
             case 'X-MICROSOFT-CDO-BUSYSTATUS':
                 if ($prop->value == 'OOF')
-                    $event['free_busy'] == 'outofoffice';
+                    $event['free_busy'] = 'outofoffice';
                 else if (in_array($prop->value, array('FREE', 'BUSY', 'TENTATIVE')))
                     $event['free_busy'] = strtolower($prop->value);
                 break;




More information about the commits mailing list