bogus 'no results' message on search page
This commit is contained in:
parent
439ee37f99
commit
508636082e
3 changed files with 3 additions and 10 deletions
|
|
@ -160,7 +160,7 @@ if(strlen($a->module)) {
|
|||
*/
|
||||
|
||||
if((! $a->module_loaded) && (file_exists("mod/{$a->module}.php"))) {
|
||||
include("mod/{$a->module}.php");
|
||||
include_once("mod/{$a->module}.php");
|
||||
$a->module_loaded = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue