[Tickets #3304] Registry losing applications after api calls from configuration screens
bugs@bugs.horde.org
bugs at bugs.horde.org
Sun Feb 12 13:01:41 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3304
-----------------------------------------------------------------------
Ticket | 3304
Updated By | Michael Slusarz <slusarz at mail.curecanti.org>
Summary | Registry losing applications after api calls from configuration screens
Queue | Horde Framework Packages
Version | HEAD
State | Assigned
Priority | 1. Low
Type | Bug
Owners | Horde Developers, Michael Rubinsky, Michael Slusarz
-----------------------------------------------------------------------
Michael Slusarz <slusarz at mail.curecanti.org> (2006-02-12 13:01) wrote:
In HEAD, try changing line 256 in framework/Horde/Registry.php from:
register_shutdown_function(array($this, '_shutdowncache'));
to:
register_shutdown_function(array(&$this, '_shutdowncache'));
and see if that helps any.
More information about the bugs
mailing list