6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/31/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9651] wrong parameter passed
*
Your Email Address
*
Spam protection
Enter the letters below:
. . __ \ /. .. . \ // ` >< |\ ||_/ \/ \__./ \| \|| \
Comment
> hi, > > getting all events doesn't work, must pass null > > > commit f62d401c1484270c1466d320dde9c93e1b26438a > Author: Simon Bühler <simon@aktionspotenzial.de> 2011-03-10 16:49:55 > Committer: Simon Bühler <simon@aktionspotenzial.de> 2011-03-10 16:49:55 > Parent: 81d226501bdce3d560da15de3e3f11944bcfc429 (Need to pass 'id' > here too.) > Branches: master > > fix expected parameter for method call > > ---------------------------- kronolith/lib/Api.php > ---------------------------- > diff --git a/kronolith/lib/Api.php b/kronolith/lib/Api.php > index 3959579..2607838 100644 > --- a/kronolith/lib/Api.php > +++ b/kronolith/lib/Api.php > @@ -458,10 +458,12 @@ > Kronolith::listInternalCalendars(false, Horde_Perms::READ))) { > throw new Horde_Exception_PermissionDenied(); > } > + > + > > $events = Kronolith::getDriver(null, $calendar) > - ->listEvents(new Horde_Date($startstamp), > - new Horde_Date($endstamp), > + ->listEvents(($startstamp == 0 ) ? null : new > Horde_Date($startstamp), > + ($endstamp == 0 ) ? null : new > Horde_Date($endstamp), > false, // recurrence > false, // alarm > false, // no json cache >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers