aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
authorkochi <kochi@centrum.cz>2014-11-29 12:53:30 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-12-06 13:42:16 +0100
commitdfbc109b59a63c25cda9df4d6ab4e476760b1308 (patch)
tree1685e9665d855c70beb40d4ae049ff146c16b312 /phpBB/search.php
parent70483d60886ad416c3dd40f29e1128e031322e1e (diff)
downloadforums-dfbc109b59a63c25cda9df4d6ab4e476760b1308.tar
forums-dfbc109b59a63c25cda9df4d6ab4e476760b1308.tar.gz
forums-dfbc109b59a63c25cda9df4d6ab4e476760b1308.tar.bz2
forums-dfbc109b59a63c25cda9df4d6ab4e476760b1308.tar.xz
forums-dfbc109b59a63c25cda9df4d6ab4e476760b1308.zip
[ticket/13400] Information text if the server load id high at search
PHPBB3-13400
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index e80a89b382..2598e407cc 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -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