[Tickets #6258] Re: Fatal error: Call to a member function on a non-object in /usr/share/horde3/kronolith/lib/api.php on line 720

bugs at horde.org bugs at horde.org
Wed Mar 12 07:17:05 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/6258
-----------------------------------------------------------------------
 Ticket             | 6258
 Updated By         | Gunnar Wrobel <p at rdus.de>
 Summary            | Fatal error: Call to a member function on a non-object in
                    | /usr/share/horde3/kronolith/lib/api.php on line 720
 Queue              | Kolab
 Type               | Bug
 State              | Assigned
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | Gunnar Wrobel
-----------------------------------------------------------------------


Gunnar Wrobel <p at rdus.de> (2008-03-12 03:17) wrote:

> Looks like Kolab is returning a single event instead of an array in 
> some cases, despite $getAll being true.

Hm, the $getAll part looks okay to me:

            if ($getAll) {
                $events = array();
                $events[] = &$event;
                return $events;
            } else {
                return $event;
            }

Does the problem persist if you use the kolab.php driver in CVS HEAD?




More information about the bugs mailing list