[0005209] Reports: fixed broken reports after session timeout.
[fa-stable.git] / includes / page / header.inc
index 7777dae422e66241483f09f5f2800e6160442949..8db8fe9ba5ae8f3b42cbea08022b42b6e48bd558 100644 (file)
@@ -92,7 +92,7 @@ function page_header($title, $no_menu=false, $is_index=false, $onload="", $js=""
        // titles and screen header
        global $path_to_root, $SysPrefs, $db_connections;
 
-       if (in_ajax())
+       if (in_ajax() || isset($_POST['REP_ID']))
                return; // just for speed up
 
        $theme = user_theme();