Index: openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl,v diff -u -r1.20.2.4 -r1.20.2.5 --- openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl 13 Oct 2013 09:35:07 -0000 1.20.2.4 +++ openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl 21 Oct 2013 06:21:24 -0000 1.20.2.5 @@ -86,7 +86,7 @@ ad_proc -public get_server_root {} { Get the server root directory (supposing we run under ACS) } { - file dirname $::acs::tcllib + return $::acs::rootdir }