fix: del upload cache

This commit is contained in:
qkqpttgf
2021-01-16 12:17:06 +08:00
committed by GitHub
parent b44f15f141
commit be96d3aa8b
+1 -1
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'], '/');