Skip to content
Snippets Groups Projects
Commit 5b72404c authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed indent

parent 9fa736b0
No related branches found
No related tags found
Loading
......@@ -486,7 +486,7 @@ function io_download($url,$file,$useAttachment=false,$defaultName='',$maxSize=20
preg_match('/attachment;\s*filename\s*=\s*"([^"]*)"/i', $content_disposition, $match)) {
$name = basename($match[1]);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment