Added 'go' as hidden input fields to all of the forms in the room editor
[citadel.git] / webcit / roomops.c
index 0c264b6460fc5d2a8f32573bb0f3831506629446..28839bae3cf9380055869a659d1d1624f589d414 100644 (file)
@@ -1028,6 +1028,7 @@ void set_room_policy(void) {
        }
        FreeStrBuf(&Line);
        ReloadCurrentRoom();
+
        output_headers(1, 1, 1, 0, 0, 0);       
        do_template("room_edit");
        wDumpContent(1);