Don't allow comment forum thread in expired session - refs BT#17168

pull/3235/head
Angel Fernando Quiroz Campos 6 years ago
parent 911c9e983d
commit a5e9a7f905
  1. 2
      main/forum/viewthread.php

@ -668,7 +668,7 @@ if (!api_is_allowed_to_edit(false, true) &&
$showForm = false; $showForm = false;
} }
if (!api_is_allowed_to_edit(false, true) && if (!api_is_allowed_to_session_edit(false, true) ||
( (
($current_forum_category && $current_forum_category['locked'] != 0) || ($current_forum_category && $current_forum_category['locked'] != 0) ||
$current_forum['locked'] != 0 || $current_thread['locked'] != 0 $current_forum['locked'] != 0 || $current_thread['locked'] != 0

Loading…
Cancel
Save