Index: openacs-4/packages/acs-subsite/www/admin/groups/rel-type-remove-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/groups/rel-type-remove-2.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-subsite/www/admin/groups/rel-type-remove-2.tcl 27 Jun 2015 16:03:12 -0000 1.4 +++ openacs-4/packages/acs-subsite/www/admin/groups/rel-type-remove-2.tcl 7 Aug 2017 23:47:58 -0000 1.5 @@ -10,7 +10,7 @@ } { group_rel_id:naturalnum,notnull - { return_url "" } + { return_url:localurl "" } { operation:trim "No, I want to cancel my request" } } @@ -69,3 +69,9 @@ } ad_returnredirect $return_url + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: