Merge pull request #14233 from nulll-pointer/recent_table_issue

Fixes issue with recent table list, #14229
This commit is contained in:
Maurício Meneghini Fauth 2018-07-03 20:46:44 -03:00 committed by GitHub
commit 5e2e27dfeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -480,7 +480,7 @@ class Header
$retval .= '<div id="page_content">';
$retval .= $this->getMessage();
}
if ($this->_isEnabled && isset($_REQUEST['recent_table']) && strlen($_REQUEST['recent_table'])) {
if ($this->_isEnabled && empty($_REQUEST['recent_table'])) {
$retval .= $this->_addRecentTable(
$GLOBALS['db'],
$GLOBALS['table']