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 -r1.9 -r1.9.2.1 --- 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 2 Jan 2016 20:13:30 -0000 1.9.2.1 @@ -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"]