mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
git-svn-id: file:///svn/phpbb/trunk@7820 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -85,6 +85,11 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
||||
if ($search_id == 'egosearch')
|
||||
{
|
||||
$author_id = $user->data['user_id'];
|
||||
|
||||
if ($user->data['user_id'] == ANONYMOUS)
|
||||
{
|
||||
login_box('', $user->lang['LOGIN_EXPLAIN_EGOSEARCH']);
|
||||
}
|
||||
}
|
||||
|
||||
// If we are looking for authors get their ids
|
||||
|
Reference in New Issue
Block a user