[Tickets #3624] RESOLVED: wrong user credentials are passed to the sieve driver
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Mar 16 01:20:37 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3624
-----------------------------------------------------------------------
Ticket | 3624
Updated By | adrieder at sbox.tugraz.at
Summary | wrong user credentials are passed to the sieve driver
Queue | Ingo
Version | HEAD
State | Resolved
Priority | 3. High
Type | Bug
Owners |
-----------------------------------------------------------------------
adrieder at sbox.tugraz.at (2006-03-16 01:20) wrote:
> Tweaked to make sure $user is always set, and committed.
But you have a typo in your fix!
It should be:
$user = (isset($_SESSION['ingo']['backend']['hordeauth']) &&
$_SESSION['ingo']['backend']['hordeauth'] === 'full') ?
and not
$user = (isset($_SESSION['ingo']['backend']['hordeauth']) &&
$_SESSION['ingo']['backend']['hordeauth'] == 'full') ?
in line 110 of Ingo.php
Didi
More information about the bugs
mailing list