Fix ticket/index.php Warning: mysqli_result::free_result(): Couldn't fetch mysqli_result in /var/www/html/core/db/mysqli.class.php on line 390

This commit is contained in:
Aurélien 2020-11-13 00:25:12 +01:00
parent 350d694181
commit 47fe1b4fd1
No known key found for this signature in database
GPG Key ID: 296611B615F8FDF3

View File

@ -387,7 +387,7 @@ if ($result) {
$i++;
}
$db->free();
$db->free($result);
} else {
print '<tr><td colspan="6" class="opacitymedium">'.$langs->trans('NoUnreadTicketsFound').'</td></tr>';
}