[bug #3055899] No footer file in ajax request.

This commit is contained in:
Michal Čihař 2010-08-30 10:47:26 +02:00
parent b122e4527a
commit 0c7e5b3f75

View File

@ -206,7 +206,7 @@ setURLHash("<?php echo PMA_generate_common_url($url_params, 'text', ''); ?>");
}
// Include possible custom footers
if (file_exists(CUSTOM_FOOTER_FILE)) {
if (! $GLOBALS['is_ajax_request'] && file_exists(CUSTOM_FOOTER_FILE)) {
require CUSTOM_FOOTER_FILE;
}