fix "publish" button in save browser
This commit is contained in:
parent
bbef295fe3
commit
3707ecd563
@ -1566,7 +1566,7 @@ RequestStatus Client::PublishSave(int saveID)
|
|||||||
|
|
||||||
const char *const postNames[] = { "ActionPublish", NULL };
|
const char *const postNames[] = { "ActionPublish", NULL };
|
||||||
const char *const postDatas[] = { "" };
|
const char *const postDatas[] = { "" };
|
||||||
size_t postLengths[] = { 0 };
|
size_t postLengths[] = { 1 };
|
||||||
data = http_multipart_post(url.c_str(), postNames, postDatas, postLengths, userID.c_str(), NULL, authUser.SessionID.c_str(), &dataStatus, NULL); }
|
data = http_multipart_post(url.c_str(), postNames, postDatas, postLengths, userID.c_str(), NULL, authUser.SessionID.c_str(), &dataStatus, NULL); }
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user