This commit is contained in:
2022-10-29 14:26:11 -04:00
parent 4e71984ca2
commit 35a8ed1e0d
+1 -1
View File
@@ -470,7 +470,7 @@ long WrenchBoardMobileSendUserWallet(CVars in, CVars &out) {
REQ_LONG(in, "member_id", 1, -1);
REQ_STRING(in, "sessionid", 2, 149, "(.*)");
logfmt(logINFO, "WrenchBoardMobileSendUserWallet() Verify Session ");
if ( VerifySession(in, out) != PHP_API_OK ){
return 0;
}