Index: openacs-4/packages/acs-content-repository/acs-content-repository.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/acs-content-repository.info,v diff -u -r1.103.2.8 -r1.103.2.9 --- openacs-4/packages/acs-content-repository/acs-content-repository.info 2 Oct 2013 10:11:35 -0000 1.103.2.8 +++ openacs-4/packages/acs-content-repository/acs-content-repository.info 17 Oct 2013 09:05:21 -0000 1.103.2.9 @@ -30,10 +30,10 @@ - + - + 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 -r1.5.10.1 -r1.5.10.2 --- openacs-4/packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl 17 Oct 2013 08:56:37 -0000 1.5.10.1 +++ openacs-4/packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl 17 Oct 2013 09:05:21 -0000 1.5.10.2 @@ -42,7 +42,7 @@ set file_location "" if {$relativepath_p} { - # The file location is relative to 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"] Index: openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl,v diff -u -r1.14.10.1 -r1.14.10.2 --- openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl 17 Oct 2013 08:56:37 -0000 1.14.10.1 +++ openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl 17 Oct 2013 09:05:21 -0000 1.14.10.2 @@ -35,8 +35,8 @@ set file_location "" if {$relativepath_p} { - # The file location is relative to acs_root_dir - append file_location "$::acs::rootdir/" + # The file location is relative to $::acs::rootdir + set file_location $::acs::rootdir/ } append file_location [parameter::get_from_package_key -package_key "acs-content-repository" -parameter "CRFileLocationRoot" -default "content-repository-content-files"]