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.10.2.5 -r1.10.2.6 --- openacs-4/packages/file-storage/www/view/index.vuh 6 Dec 2021 08:39:58 -0000 1.10.2.5 +++ openacs-4/packages/file-storage/www/view/index.vuh 13 Oct 2022 10:21:18 -0000 1.10.2.6 @@ -72,7 +72,7 @@ set version_id [content::item::get_live_revision -item_id $file_id] - if {[apm_package_installed_p views]} { + if {[namespace which ::views::record_view] ne ""} { views::record_view -object_id $file_id -viewer_id $user_id }