plugins/calendar

Thomas Brüderli bruederli at kolabsys.com
Thu Jan 17 09:38:04 CET 2013


 plugins/calendar/drivers/kolab/kolab_driver.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0e70fa5555a2e87806b35007314d9391c454f545
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Thu Jan 17 09:37:48 2013 +0100

    Fix typo in calendar selection; fixes bug #140

diff --git a/plugins/calendar/drivers/kolab/kolab_driver.php b/plugins/calendar/drivers/kolab/kolab_driver.php
index 5854840..4671a9a 100644
--- a/plugins/calendar/drivers/kolab/kolab_driver.php
+++ b/plugins/calendar/drivers/kolab/kolab_driver.php
@@ -138,13 +138,13 @@ class kolab_driver extends calendar_driver
   /**
    * Get list of calendars according to specified filters
    *
-   * @param bool $writable Return only writeable calendars
+   * @param bool $writeable Return only writeable calendars
    * @param bool $active   Return only active calendars
    * @param bool $personal Return only personal calendars
    *
    * @return array List of calendars
    */
-  protected function filter_calendars($writable = false, $active = false, $personal = false)
+  protected function filter_calendars($writeable = false, $active = false, $personal = false)
   {
     $calendars = array();
 





More information about the commits mailing list