1
0
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:
Cameron 2014-09-09 20:51:55 -07:00
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 = '';