[Tickets #9313] Re: Cannot get past login tasks
bugs at horde.org
bugs at horde.org
Mon Oct 18 22:11:29 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9313
------------------------------------------------------------------------------
Ticket | 9313
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | Cannot get past login tasks
Queue | Horde Base
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2010-10-18 18:11) wrote:
services/logintasks.php prior to the $tasks->runTasks() call:
Array ( [horde] => 1 [ansel] => 1 [ingo] => 1 [turba] => 1 [jonah] =>
1 [nag] => 1 [whups] => 1 [timeobjects] => 1 [kronolith] =>
Horde_LoginTasks_Tasklist Object ( [target] => [processed] => 1
[_tasks:protected] => Array ( [0] =>
Kronolith_LoginTasks_Task_PurgeEvents Object ( [active] => 1 [display]
=> 2 [interval] => 5 [priority] => 2 ) ) [_stasks:protected] => Array
( ) [_ptr:protected] => 1 ) )
after the call:
Array ( [horde] => 1 [ansel] => 1 [ingo] => 1 [turba] => 1 [jonah] =>
1 [nag] => 1 [whups] => 1 [timeobjects] => 1 [kronolith] =>
Horde_LoginTasks_Tasklist Object ( [target] => [processed] => 1
[_tasks:protected] => Array ( [0] =>
Kronolith_LoginTasks_Task_PurgeEvents Object ( [active] => 1 [display]
=> 2 [interval] => 5 [priority] => 2 ) ) [_stasks:protected] => Array
( ) [_ptr:protected] => 0 ) )
More information about the bugs
mailing list