Index: openacs-4/packages/forums/lib/forums/new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/forums/new.tcl,v diff -u -r1.9.2.1 -r1.9.2.2 --- openacs-4/packages/forums/lib/forums/new.tcl 19 Jun 2019 16:41:38 -0000 1.9.2.1 +++ openacs-4/packages/forums/lib/forums/new.tcl 19 Jun 2019 16:43:21 -0000 1.9.2.2 @@ -1,5 +1,5 @@ ad_page_contract { - + Create a Forum By default redirects to the level above as that is prolly where the index page is @@ -42,7 +42,7 @@ -anonymous_allowed_p $anonymous_allowed_p \ -attachments_allowed_p $attachments_allowed_p] } - + ad_returnredirect $return_url ad_script_abort }