mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
60046e58a2
commit
9ce463b1e5
@ -205,7 +205,7 @@ if ($mode == 'user' && (!empty($_POST['username']) || $user_id))
|
|||||||
{
|
{
|
||||||
$this_userdata = get_userdata($_POST['username'], true);
|
$this_userdata = get_userdata($_POST['username'], true);
|
||||||
}
|
}
|
||||||
elseif (!empty($user_id))
|
elseif (isset($user_id))
|
||||||
{
|
{
|
||||||
$this_userdata = get_userdata($user_id);
|
$this_userdata = get_userdata($user_id);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user