mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 21:24:28 -08:00
folder/move: in contrast to the API docs it's folder_key_dst and not folderkey_dst
This commit is contained in:
@@ -51,7 +51,7 @@ int mfconn_api_folder_move(mfconn * conn, const char *folder_key_src,
|
|||||||
} else {
|
} else {
|
||||||
api_call = mfconn_create_signed_get(conn, 0, "folder/move.php",
|
api_call = mfconn_create_signed_get(conn, 0, "folder/move.php",
|
||||||
"?folder_key_src=%s"
|
"?folder_key_src=%s"
|
||||||
"&folderkey_dst=%s"
|
"&folder_key_dst=%s"
|
||||||
"&response_format=json",
|
"&response_format=json",
|
||||||
folder_key_src,
|
folder_key_src,
|
||||||
folder_key_dst);
|
folder_key_dst);
|
||||||
|
|||||||
Reference in New Issue
Block a user