From 0c7e5b3f758607f43ab563738559bc2cd96b5641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 30 Aug 2010 10:47:26 +0200 Subject: [PATCH] [bug #3055899] No footer file in ajax request. --- libraries/footer.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/footer.inc.php b/libraries/footer.inc.php index 781154d246..7e0121642c 100644 --- a/libraries/footer.inc.php +++ b/libraries/footer.inc.php @@ -206,7 +206,7 @@ setURLHash(""); } // Include possible custom footers -if (file_exists(CUSTOM_FOOTER_FILE)) { +if (! $GLOBALS['is_ajax_request'] && file_exists(CUSTOM_FOOTER_FILE)) { require CUSTOM_FOOTER_FILE; }