mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-03 22:21:02 +02:00
Fixes the issue where the nextmatch_controller is part of the context for the request, but the first thing set_template() does when the server tells the nextmatch to change the template is destroy the controller. This means that when the data is parsed, the context is missing or damaged.