Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -N -r1.359 -r1.360 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 21 May 2018 15:59:19 -0000 1.359 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 11 Jun 2018 18:47:26 -0000 1.360 @@ -832,7 +832,7 @@ # In case we are triggered internally, we might not have a # a connection and therefore do not valide the csrf token if {![$package_id exists __batch_mode]} { - security::csrf::validate + security::csrf::validate } lassign [:get_form_data $form_fields] validation_errors category_ids @@ -2082,8 +2082,8 @@ } Page instproc mutual_overwrite_occurred {} { - util_user_message -html \ - -message "[_ xowiki.User] [::xo::get_user_name ${:modifying_user}] [_ xowiki.has_modified_this_page]. \ + util_user_message -html \ + -message "[_ xowiki.User] [::xo::get_user_name ${:modifying_user}] [_ xowiki.has_modified_this_page]. \ [_ xowiki.Please_open] [_ xowiki.modified_page] [_ xowiki.new_window_or_OK]." # return 1 to flag validation error, 0 to ignore this fact return 1