Re: [Kolab-devel] caldav backend to calender plugin
btb <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <52FA6B09.9010606__49784.4259640717$1392143130$gmane$org@bitrate.net> |
On 2014.02.11 10.55, btb wrote: another item i just came across - when including the kolab driver in $rcmail_config['calendar_driver'], the calendar doesn't load and apache/php complains: "PHP Fatal error: Call to protected method rcube_imap::sort_folder_list() from context 'kolab_storage' in /usr/share/awesome-it.de/roundcube-plugins/plugins/libkolab/lib/kolab_storage.php on line 667, referer: http://kolab.kvcc.edu/roundcubemail/?_task=mail" changing "protected function sort_folder_list($a_folders)" to "public function sort_folder_list($a_folders)" in program/lib/Roundcube/rcube_imap.php allows the calendar to load. i'm sure this is probably the worst possible way to address this though :) - just a quick test fix to identify the behavior. regards -ben