Index: openacs-4/packages/file-storage/www/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/index.vuh,v diff -u -r1.6.2.1 -r1.6.2.2 --- openacs-4/packages/file-storage/www/index.vuh 7 Feb 2022 15:25:59 -0000 1.6.2.1 +++ openacs-4/packages/file-storage/www/index.vuh 13 Oct 2022 10:19:34 -0000 1.6.2.2 @@ -30,7 +30,7 @@ ad_script_abort } -if {[apm_package_installed_p views]} { +if {[namespace which ::views::record_view] ne ""} { views::record_view -object_id $file_item_id -viewer_id $user_id }