Index: openacs-4/packages/xowiki/tcl/xowiki-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-init.tcl,v diff -u -N -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/xowiki/tcl/xowiki-init.tcl 8 Mar 2020 17:32:23 -0000 1.3.2.1 +++ openacs-4/packages/xowiki/tcl/xowiki-init.tcl 26 Aug 2020 18:46:08 -0000 1.3.2.2 @@ -6,7 +6,9 @@ # are usable. If we would do thisduring loading, we would have # problems with not-yet loaded library files from other packages. # -if {[nsv_exists xowiki must_update_hkeys] && [nsv_get xowiki must_update_hkeys]} { +if {[nsv_exists xowiki must_update_hkeys] + && [nsv_get xowiki must_update_hkeys] + } { ::xowiki::hstore::update_update_all_form_instances nsv_unset xowiki must_update_hkeys } @@ -24,13 +26,13 @@ # example, if search is available for a certain subsite (when search # is subsite aware). # -if { [site_node::get_package_url -package_key search] eq "" } { +if { [site_node::get_package_url -package_key search] eq "" } { ns_log Warning "xowiki: Search package is not mounted." set ::xowiki::search_mounted_p 0 } elseif { $search_driver eq ""} { ns_log Warning "xowiki: FtsEngineDriver parameter in package search is empty." set ::xowiki::search_mounted_p 0 -} elseif { [apm_package_id_from_key $search_driver] == 0} { +} elseif { [apm_package_id_from_key $search_driver] == 0} { ns_log Warning "xowiki Search driver $search_driver is not installed." set ::xowiki::search_mounted_p 0 } else {