Backend Service

This commit is contained in:
2019-03-09 05:49:49 +00:00
parent 43c8ce6a07
commit 9a2a5a7bb0
+1 -1
View File
@@ -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) {