Index: openacs-4/packages/xowiki/tcl/chat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/chat-procs.tcl,v diff -u -r1.54.2.8 -r1.54.2.9 --- openacs-4/packages/xowiki/tcl/chat-procs.tcl 10 Mar 2019 21:12:28 -0000 1.54.2.8 +++ openacs-4/packages/xowiki/tcl/chat-procs.tcl 18 Mar 2019 16:49:58 -0000 1.54.2.9 @@ -457,9 +457,6 @@ set package_id $xowiki_package_id } - set xowiki_path [lindex [site_node::get_url_from_object_id \ - -object_id $xowiki_package_id] 0] - if {$path eq ""} { set path [lindex [site_node::get_url_from_object_id \ -object_id $package_id] 0] @@ -468,7 +465,7 @@ if {[string index $path end] ne "/"} {append path /} if {![info exists chat_id]} {set chat_id $package_id} set session_id [ad_conn session_id].[clock seconds] - set base_url [export_vars -base ${xowiki_path}chat -no_empty { + set base_url [export_vars -base /shared/ajax/chat -no_empty { {id $chat_id} {s $session_id} {class "[self]"} }]