Skip to content

Commit

Permalink
keep searching code in ssl_certificates if something was searched and…
Browse files Browse the repository at this point in the history
… no results were returned, thx to Ithariel

Signed-off-by: Michael Kaufmann <[email protected]>
  • Loading branch information
d00p committed Nov 12, 2019
1 parent 2b3b68e commit e8dcb29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ssl_certificates.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
$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 {
Expand Down

0 comments on commit e8dcb29

Please sign in to comment.