Skip to content

Commit 2c6260e

Browse files
authored
Fix unreferenced sso_user variable
1 parent 34e613c commit 2c6260e

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
@@ -63,7 +63,7 @@
6363
if ($USER->uid != $SSO["user"]) {
6464
UnitySite::badRequest(
6565
"cannot request due to uid mismatch: " .
66-
"USER='{$USER->uid}' SSO[user]='$sso_user'"
66+
"USER='{$USER->uid}' SSO[user]='{$SSO["user"]}'"
6767
);
6868
}
6969
$USER->getPIGroup()->requestGroup(

0 commit comments

Comments
 (0)