Index: openacs-4/packages/file-storage/www/view/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/view/index.vuh,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/file-storage/www/view/index.vuh 27 Oct 2014 16:41:35 -0000 1.9 +++ openacs-4/packages/file-storage/www/view/index.vuh 7 Aug 2017 23:48:11 -0000 1.10 @@ -1,3 +1,4 @@ +# -*- tcl -*- ################## KLUDGE BY STAS ############### # Try and look up the item in the content repository ################################################# @@ -18,7 +19,7 @@ # Get the IDs set content_root [fs::get_root_folder] -set template_root [db_string template_root ""] +set template_root [db_string template_root {}] set file_id [::content::item::get_id -item_path $the_url \ -root_folder_id $content_root \ -resolve_index "f"] @@ -80,3 +81,9 @@ rp_internal_redirect -absolute_path $file } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: