Don't allow attach forums to forums threads as LP item - refs #7972

1.10.x
Angel Fernando Quiroz Campos 9 years ago
parent db33a2e75f
commit 739c2984cf
  1. 4
      main/newscorm/learnpath.class.php

@ -5616,7 +5616,9 @@ class learnpath
$edit_icon .= Display::return_icon('edit.png', get_lang('LearnpathEditModule'), array(), ICON_SIZE_TINY);
$edit_icon .= '</a>';
if ($arrLP[$i]['item_type'] != 'forum') {
if (
!in_array($arrLP[$i]['item_type'], ['forum', 'thread'])
) {
if (
$this->items[$arrLP[$i]['id']]->getForumThread(
$this->course_int_id,

Loading…
Cancel
Save