Ticket Changed

Former-commit-id: e258f0932398d9fc58a8d097098c83b7bed084c5
This commit is contained in:
marcos.alconada 2019-02-21 14:04:00 +01:00
parent 8a8fe51fd4
commit 6ef1c3951a
1 changed files with 2 additions and 1 deletions

View File

@ -945,7 +945,7 @@ $sql = 'SELECT
LIMIT '.$offset.','.$limit_sql;
// When you enter for the first time you have less than 4 query params in the url
$first_interaction = count($_GET) > 4;
$first_interaction = count($_GET);
// We do not show the modules until the user searches with the filter
if ($first_interaction) {
if (! defined('METACONSOLE')) {
@ -1032,6 +1032,7 @@ if (($config['dbtype'] == 'oracle') && ($result !== false)) {
}
}
// Start Build List Result
//
if (!empty($result)) {