mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Fix for empty search results.
This commit is contained in:
@@ -267,7 +267,7 @@ class faq
|
|||||||
|
|
||||||
if(!$sql->gen($query))
|
if(!$sql->gen($query))
|
||||||
{
|
{
|
||||||
return;
|
return "<div class='alert alert-warning alert-block'><b>".$srch."</b> was not found in search results.</div>" ; //TODO LAN
|
||||||
}
|
}
|
||||||
|
|
||||||
$text = '';
|
$text = '';
|
||||||
|
Reference in New Issue
Block a user