Minor - update from 1.11.x

pull/3063/head
Julio Montoya 7 years ago
parent a0e90d129b
commit f672f9f92a
  1. 1
      main/forum/newthread.php
  2. 1
      main/forum/reply.php
  3. 2
      main/template/default/forum/posts.tpl

@ -155,7 +155,6 @@ $htmlHeadXtra[] = "
$form = show_add_post_form(
$current_forum,
'newthread',
'',
isset($_SESSION['formelements']) ? $_SESSION['formelements'] : null
);

@ -164,7 +164,6 @@ Event::registerLog($logInfo);
$form = show_add_post_form(
$current_forum,
$my_action,
$my_post,
$my_elements
);

@ -54,4 +54,6 @@
{{ display.panel('', post_data) }}
</div>
{% endfor %}
{{ form }}
{% endblock %}

Loading…
Cancel
Save