We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca4c46 commit 24a8df5Copy full SHA for 24a8df5
webroot/panel/account.php
@@ -77,7 +77,7 @@
77
if (!isset($_POST["tos"]) || $_POST["tos"] != "agree") {
78
UnityHTTPD::badRequest("user did not agree to terms of service");
79
}
80
- $USER->getPIGroup()->requestGroup($SEND_PIMESG_TO_ADMINS, UnitySQL::REQUEST_BECOME_PI);
+ $USER->getPIGroup()->requestGroup($SEND_PIMESG_TO_ADMINS);
81
break;
82
case "cancel_pi_request":
83
$USER->getPIGroup()->cancelGroupRequest();
0 commit comments