mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 13:41:52 +02:00
Fix for empty search results.
This commit is contained in:
parent
58d18da177
commit
bbc47da906
@ -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 = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user