From 01e04e6fc3875e9a3bb8bd19885bac8171d7fd6e Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Fri, 24 Oct 2008 18:39:30 +0000 Subject: [PATCH] Make sure redirect gets sent, in case something fails in the shutdown --- phpgwapi/inc/class.egw.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/class.egw.inc.php b/phpgwapi/inc/class.egw.inc.php index 3579495ea3..9db4d0d741 100644 --- a/phpgwapi/inc/class.egw.inc.php +++ b/phpgwapi/inc/class.egw.inc.php @@ -432,6 +432,7 @@ class egw extends egw_minimal Header("Location: $url"); print("\n\n"); } + @ob_flush(); flush(); exit; }