fixed missing parameter

This commit is contained in:
Tony Yang 2019-09-25 16:43:56 +08:00
parent e334c14fe6
commit 69089cc2eb
Signed by: t510599
GPG Key ID: D88388851C28715D

View File

@ -18,7 +18,7 @@ if (isset($_GET['username']) && trim($_GET['username']) != "") {
$username = $user->username;
} else {
// username isn't provided
send_error(404, "error");
send_error(404, "error", $user->islogin);
}
try {