keep searching code in ssl_certificates if something was searched and no results were returned, thx to Ithariel

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-11-12 12:53:38 +01:00
parent 2b3b68efa3
commit e8dcb29b69

View File

@@ -68,7 +68,8 @@ if (count($all_certs) == 0) {
$arrowcode = array(
'd.domain' => ''
);
$searchcode = "";
// keep searching code if something was searched and no results were returned
$searchcode = $paging->getHtmlSearchCode($lng);
$pagingcode = "";
eval("\$certificates.=\"" . \Froxlor\UI\Template::getTemplate("ssl_certificates/certs_error", true) . "\";");
} else {