Index: openacs-4/packages/xowiki/tcl/notification-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/notification-procs.tcl,v diff -u -r1.23.2.1 -r1.23.2.2 --- openacs-4/packages/xowiki/tcl/notification-procs.tcl 10 Mar 2019 21:12:28 -0000 1.23.2.1 +++ openacs-4/packages/xowiki/tcl/notification-procs.tcl 13 Jul 2020 12:02:33 -0000 1.23.2.2 @@ -133,7 +133,7 @@ # non-wiki links. Here we are able to provide an accurate # pretty_link as base-url. # - set html [ad_html_qualify_links -path [file dirname $pretty_link] $html] + set html [ad_html_qualify_links -path [ad_file dirname $pretty_link] $html] if {![info exists text]} { set text [ad_html_text_convert -from text/html -to text/plain -- $html]