Backend Service
This commit is contained in:
@@ -48,7 +48,7 @@ long backoffice_calls(CVars in, CVars &out) {
|
||||
break;
|
||||
|
||||
case MERMSEMR_BKO_MEMBERADD:
|
||||
if (medTrCreateMember(in, out) == PHP_API_OK) {
|
||||
if (CreateMember(in, out) == PHP_API_OK) {
|
||||
in["member_id"] = out["member_id"];
|
||||
|
||||
if (medTrUpdateStartProfile(in, out) == PHP_API_OK) {
|
||||
|
||||
Reference in New Issue
Block a user