[Zope-dev] ZDiscussions bug

Mike Pelletier mike@digicool.com
Wed, 8 Dec 1999 14:18:38 -0500 (EST)


    Thanks for pointing this out, it will be fixed in the next release.  
In the meantime, you may fix your local copy quite easily.  In your
ZDiscussions Topic, edit postForm and replyForm.  Change this line in
postForm:

<form action="post">

    To this:

<form action="post" method="post">

    ...And this line in replyForm:

<form action="../post">

    To this:

<form action="../post" method="post">


-- 
Mike Pelletier                          email: mike@digicool.com
Mild mannered software developer          icq: 7127228
by day, super villain by night.         phone: 519-884-2434