data, config and other bugfixes
[mir.git] / templates-dist / admin / topiclist.template
index c5fd9c8..8254401 100755 (executable)
@@ -36,7 +36,7 @@
 <if (data.prev || data.next)>
  <form method="post" action="${config.actionRoot}">
  <input type="hidden" name="module" value="Topics">
- <input type="hidden" name="where" value="${where}">
+ <input type="hidden" name="where" value="${data.where}">
 <if data.prev>
  <input type="hidden" name="prevoffset" value="${prev}">
  <input type="submit" name="prev" value="${lang("list.previous")}">