1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00

Fix for empty search results.

This commit is contained in:
Cameron
2014-09-09 20:51:55 -07:00
parent 58d18da177
commit bbc47da906

View File

@@ -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 = '';