Index: openacs-4/packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl 30 Aug 2007 10:21:57 -0000 1.5 +++ openacs-4/packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl 27 Oct 2014 16:39:08 -0000 1.6 @@ -42,8 +42,8 @@ set file_location "" if {$relativepath_p} { - # The file location is relative to acs_root_dir - append file_location "[acs_root_dir]/" + # The file location is relative to $::acs::rootdir + append file_location "$::acs::rootdir/" } append file_location [parameter::get_from_package_key -package_key "acs-content-repository" -parameter "CRFileLocationRoot" -default "content-repository-content-files"]