[bug #3055899] No footer file in ajax request.
This commit is contained in:
parent
b122e4527a
commit
0c7e5b3f75
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user