Commit 44602031 authored by Frank Bergmann's avatar Frank Bergmann

- nothing changed

parent 52487f00
......@@ -285,10 +285,10 @@ proc intranet_download { folder_type } {
return
}
if $file_readable {
rp_serve_concrete_file $file
if ($file_readable) {
rp_serve_concrete_file $file
} else {
doc_return 500 text/html "[_ intranet-filestorage.lt_Did_not_find_the_spec]"
doc_return 500 text/html "[_ intranet-filestorage.lt_Did_not_find_the_spec]"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment