mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:05:23 +02:00
initialize $pre_fill
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8589 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -159,7 +159,7 @@ class mcp_ban
|
|||||||
// As a "service" we will check if any post id is specified and populate the username of the poster id if given
|
// As a "service" we will check if any post id is specified and populate the username of the poster id if given
|
||||||
$post_id = request_var('p', 0);
|
$post_id = request_var('p', 0);
|
||||||
$user_id = request_var('u', 0);
|
$user_id = request_var('u', 0);
|
||||||
$username = false;
|
$username = $pre_fill = false;
|
||||||
|
|
||||||
if ($user_id && $user_id <> ANONYMOUS)
|
if ($user_id && $user_id <> ANONYMOUS)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user