Index: openacs-4/packages/dotlrn/www/one-community-configure-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-configure-2.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/one-community-configure-2.tcl 25 Oct 2001 02:35:51 -0000 1.1 +++ openacs-4/packages/dotlrn/www/one-community-configure-2.tcl 25 Oct 2001 16:14:31 -0000 1.2 @@ -7,7 +7,6 @@ @creation-date 2001-10-24 } { portal_id:naturalnum,notnull - op:notnull } # Check that this is a community type @@ -30,7 +29,7 @@ } else { # just call this, it will sort it out - portal::configure_dispatch $portal_id $op [ad_conn query] + portal::configure_dispatch $portal_id [ad_conn query] ns_returnredirect "one-community-configure" }