Edit File by line
/home/barbar84/www/wp-conte.../plugins/updraftp.../methods
File: remotesend.php
$remotesites[] = $clone_key;
[500] Fix | Delete
UpdraftPlus_Options::update_updraft_option('updraft_remotesites', $remotesites);
[501] Fix | Delete
[502] Fix | Delete
$updraftplus->jobdata_set_multi('clone_url', $clone_url, 'clone_key', $clone_key, 'remotesend_info', $clone_key, 'jobstatus', 'clouduploading');
[503] Fix | Delete
[504] Fix | Delete
return $clone_key;
[505] Fix | Delete
}
[506] Fix | Delete
[507] Fix | Delete
// do_listfiles(), do_download(), do_delete() : the absence of any method here means that the parent will correctly throw an error
[508] Fix | Delete
}
[509] Fix | Delete
[510] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function