From aecb6b0af2faf2d141b7d2420fcdbe89ca4c22fd Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 16 Aug 2012 15:16:42 +0100 Subject: [PATCH] Blasted circular references problems with CGI::Compress::Gzip --- Application.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Application.pm b/Application.pm index e2320c1..f73a775 100644 --- a/Application.pm +++ b/Application.pm @@ -267,6 +267,7 @@ sub run { # Prevent circular references from messing up shutdown $self -> {"template"} -> set_module_obj(undef); + $self -> {"messages"} -> set_module_obj(undef); $self -> {"system"} -> clear() if($self -> {"system"}); $self -> {"appuser"} -> set_system(undef) if($self -> {"appuser"});