Fixes issue with recent table list, #14229
Signed-Off-By: Lakshay arora <arora.lakshya123@gmail.com>
(cherry picked from commit 727b40e00c)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
e6e9b57f1c
commit
a747de1add
@ -474,7 +474,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