Index: openacs-4/packages/bug-tracker/www/bug.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/bug.tcl,v diff -u -r1.37 -r1.38 --- openacs-4/packages/bug-tracker/www/bug.tcl 25 Feb 2005 17:08:12 -0000 1.37 +++ openacs-4/packages/bug-tracker/www/bug.tcl 1 Mar 2005 00:01:26 -0000 1.38 @@ -72,7 +72,7 @@ set action_id "" if { ![empty_string_p $enabled_action_id] } { ns_log Notice "enabled_action if statement" - ad_maybe_redirect_for_registration + auth::require_login workflow::case::enabled_action_get -enabled_action_id $enabled_action_id -array enabled_action set action_id $enabled_action(action_id) }