Skip to content

Commit 24a8df5

Browse files
authored
fix arg (#374)
1 parent dca4c46 commit 24a8df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/panel/account.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
if (!isset($_POST["tos"]) || $_POST["tos"] != "agree") {
7878
UnityHTTPD::badRequest("user did not agree to terms of service");
7979
}
80-
$USER->getPIGroup()->requestGroup($SEND_PIMESG_TO_ADMINS, UnitySQL::REQUEST_BECOME_PI);
80+
$USER->getPIGroup()->requestGroup($SEND_PIMESG_TO_ADMINS);
8181
break;
8282
case "cancel_pi_request":
8383
$USER->getPIGroup()->cancelGroupRequest();

0 commit comments

Comments
 (0)