fix: del upload cache

pull/188/head
qkqpttgf 2021-01-16 12:17:06 +08:00 committed by GitHub
parent b44f15f141
commit be96d3aa8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ class Onedrive {
return json_decode($response['body'],true)['id'];
}
public function del_upload_cache()
public function del_upload_cache($path)
{
error_log('del.tmp:GET,'.json_encode($_GET,JSON_PRETTY_PRINT));
$tmp = splitlast($_GET['filename'], '/');