@@ -320,6 +320,7 @@ if (isset($_POST['delete'])) {
$_FILES['file']=array(
'name'=>basename($url_without_params),
'tmp_name'=>$post['file_tmp'],
'file_tmp'=>true,
'error'=>0,
'size'=>filesize($post['file_tmp'])
);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.