1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +02:00

[ticket/13400] Information text if the server load id high at search

PHPBB3-13400
This commit is contained in:
kochi
2014-11-29 12:53:30 +01:00
committed by Joas Schilling
parent 70483d6088
commit dfbc109b59
2 changed files with 2 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ if (!$auth->acl_get('u_search') || !$auth->acl_getf_global('f_search') || !$conf
if ($user->load && $config['limit_search_load'] && ($user->load > doubleval($config['limit_search_load'])))
{
$template->assign_var('S_NO_SEARCH', true);
trigger_error('NO_SEARCH_TIME');
trigger_error('NO_SEARCH_LOAD');
}
// It is applicable if the configuration setting is non-zero, and the user cannot