[Tickets #10164] Re: Error in Horde LOG
bugs at horde.org
bugs at horde.org
Thu Jun 2 13:52:36 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10164
------------------------------------------------------------------------------
Ticket | 10164
Updated By | jcblanco at fi.upm.es
Summary | Error in Horde LOG
Queue | IMP
Version | Git master
Type | Bug
State | Assigned
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
jcblanco at fi.upm.es (2011-06-02 13:52) wrote:
I think I've found the source of the problem in line 3030 of
imp/lib/Application.php
There is a call to the IMP::composeLink that defines the index
'mailbox' but not the 'uid' that this method assumed defined together.
I do'nt knwo if change this line from
'url' => IMP::composeLink(array('mailbox' => IMP::$mailbox))
to
'url' => IMP::composeLink(array('mailbox' => IMP::$mailbox,
'uid' => IMP::$uid))
could solve the error or originate a new one.
More information about the bugs
mailing list