aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/search.php
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2010-10-17 15:42:13 +0800
committerAndreas Fischer <bantu@phpbb.com>2010-12-13 14:58:43 +0100
commitb88582199d09931e23b939784fc266fbc0473d30 (patch)
tree0b55b9bf78743f44059459ea9241d3c88d29460e /phpBB/language/en/search.php
parent500f0c05dbd625feb42f04fd463c8d17498f321b (diff)
downloadforums-b88582199d09931e23b939784fc266fbc0473d30.tar
forums-b88582199d09931e23b939784fc266fbc0473d30.tar.gz
forums-b88582199d09931e23b939784fc266fbc0473d30.tar.bz2
forums-b88582199d09931e23b939784fc266fbc0473d30.tar.xz
forums-b88582199d09931e23b939784fc266fbc0473d30.zip
[ticket/9851] "Search new posts" should require login.
The newposts search uses user_lastvisit, so it should require user to log in. PHPBB3-9851
Diffstat (limited to 'phpBB/language/en/search.php')
-rw-r--r--phpBB/language/en/search.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php
index d93fe6b56a..cd38cd615f 100644
--- a/phpBB/language/en/search.php
+++ b/phpBB/language/en/search.php
@@ -54,6 +54,7 @@ $lang = array_merge($lang, array(
'LOGIN_EXPLAIN_EGOSEARCH' => 'The board requires you to be registered and logged in to view your own posts.',
'LOGIN_EXPLAIN_UNREADSEARCH'=> 'The board requires you to be registered and logged in to view your unread posts.',
+ 'LOGIN_EXPLAIN_NEWPOSTS' => 'The board requires you to be registered and logged in to view new posts since your last visit.',
'MAX_NUM_SEARCH_KEYWORDS_REFINE' => 'You specified too many words to search for. Please do not enter more than %1$d words.',