Merge pull request #14233 from nulll-pointer/recent_table_issue
Fixes issue with recent table list, #14229
This commit is contained in:
commit
5e2e27dfeb
@ -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']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user