Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -N -r1.41.2.10 -r1.41.2.11 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 9 Aug 2014 07:24:29 -0000 1.41.2.10 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 9 Aug 2014 08:06:26 -0000 1.41.2.11 @@ -399,8 +399,8 @@ Source a single file during initial bootstrapping and set APM data. } { ns_log "Notice" "Loading [file tail $root_directory]/$file" - if {$errorVarName ne ""} {upvar $errorVarName error} - apm_source ${root_directory}/${file} error + if {$errorVarName ne ""} {upvar $errorVarName errors} + apm_source ${root_directory}/${file} errors } ad_proc -private apm_bootstrap_load_libraries {