mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Fix for empty search results.
This commit is contained in:
@@ -267,7 +267,7 @@ class faq
|
||||
|
||||
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 = '';
|
||||
|
Reference in New Issue
Block a user