Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -r1.108.2.9 -r1.108.2.10 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 2 Oct 2013 22:55:54 -0000 1.108.2.9 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 7 Oct 2013 16:42:30 -0000 1.108.2.10 @@ -2224,7 +2224,6 @@ set ids(MAIN_SITE) [subsite::main_site_id] } - variable ::template::parse_level lappend ::template::parse_level [info level] set root_node [apm_load_install_xml $filename $binds] @@ -2249,7 +2248,7 @@ } # pop off parse level - template::util::lpop parse_level + template::util::lpop ::template::parse_level return $out }