mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-21 12:06:10 +00:00
Account.php (#333)
This commit is contained in:
@@ -207,7 +207,7 @@ class Account {
|
||||
$database->updateUserField(
|
||||
$uid,
|
||||
["act", "invited"],
|
||||
["", $_POST['invited'] ?? ''],
|
||||
["", (int)($_POST['invited'] ?? 0)],
|
||||
1
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user