Index: openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl,v diff -u -N -r1.33.2.3 -r1.33.2.4 --- openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl 3 Jul 2020 07:27:29 -0000 1.33.2.3 +++ openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl 13 Jul 2020 12:02:33 -0000 1.33.2.4 @@ -219,7 +219,7 @@ } { # If the .info file hasn't changed since last read (i.e., has the same # mtime), return the cached info list. - set mtime [file mtime $path] + set mtime [ad_file mtime $path] if { [nsv_exists apm_version_properties $path] } { set cached_version [nsv_get apm_version_properties $path] if { [lindex $cached_version 0] == $mtime } {