Fix typo in calendar selection; fixes bug #140
This commit is contained in:
parent
80cf13f4ad
commit
0e70fa5555
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue