fix bug relating to topics: it's to_topic not data.to_topic
[mir.git] / templates-dist / open / posting.template
index 17c044e..7befe1a 100755 (executable)
@@ -71,7 +71,7 @@
        <font size="-2">${lang("open.posting.topic.info")}</font>
         </td>
        <td colspan="2">
-       <select name="data.to_topic" size="3" multiple>
+       <select name="to_topic" size="3" multiple>
        <list extra.themenPopupData as t>
        <option value="${t.key}" <list to_topic as to><if (t.key == to)>selected</if></list>>${t.value}</option>
        </list>