Index: openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl,v diff -u -r1.21.2.3 -r1.21.2.4 --- openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 23 Sep 2013 09:41:52 -0000 1.21.2.3 +++ openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 16 Oct 2013 19:56:15 -0000 1.21.2.4 @@ -200,7 +200,7 @@ # the HOME environment set, and setting env(HOME) doesn't appear # to work from AOLserver. - set spelling_wrapper [file join [acs_root_dir] bin webspell] + set spelling_wrapper [file join $::acs::rootdir bin webspell] if {![file executable $spelling_wrapper]} { # @@ -211,7 +211,7 @@ if {!$no_abort_p} { ad_return_error "Webspell could not be executed" \ "Spell-checking is enabled but the spell-check wrapper\ - ([acs_root_dir]/bin/webspell) returns not be executed.\ + ($::acs::rootdir/bin/webspell) returns not be executed.\ Check that the wrapper exists, and that its permissions are correct." ad_script_abort } else {