missing description
This commit is contained in:
@@ -520,6 +520,9 @@ long WrenchRegisterMyFileUpload(CVars in, CVars &out) {
|
||||
REQ_STRING(in, "file_name", 5, 35, "(.*)");
|
||||
REQ_STRING(in, "message", 5, 35, "(.*)"); //message
|
||||
|
||||
REQ_STRING(in, "title", 5, 35, "(.*)");
|
||||
REQ_STRING(in, "description", 5, 100, "(.*)");
|
||||
|
||||
CVars xx;
|
||||
xx["member_id"] = in["member_id"]; xx["member_id"].set_valid(true);
|
||||
xx["file_name"] = in["file_name"]; xx["file_name"].set_valid(true);
|
||||
|
||||
Reference in New Issue
Block a user