missing description

This commit is contained in:
CHIEFSOFT\ameye
2023-08-09 13:09:13 -04:00
parent e8fc16746e
commit 6bd1a0ee31
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -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);