Index: openacs-4/packages/file-storage/tcl/file-storage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-procs.tcl,v diff -u -N -r1.90.2.23 -r1.90.2.24 --- openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 1 May 2021 12:21:39 -0000 1.90.2.23 +++ openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 14 Sep 2021 18:04:14 -0000 1.90.2.24 @@ -482,7 +482,7 @@ foreach set $list_of_ns_sets { # in plain Tcl: # set last_modified_ansi [lc_time_system_to_conn $last_modified_ansi] - ns_set put $set last_modified_ansi [lc_time_system_to_conn [ns_set get $set last_modifed_ansi]] + ns_set put $set last_modified_ansi [lc_time_system_to_conn [ns_set get $set last_modified_ansi]] # in plain Tcl: # set last_modified [lc_time_fmt $last_modified_ansi "%x %X"]