|
|
@ -4556,15 +4556,17 @@ class learnpath |
|
|
|
$session = $em->getRepository('ChamiloCoreBundle:Session')->find($sessionId); |
|
|
|
$session = $em->getRepository('ChamiloCoreBundle:Session')->find($sessionId); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$course = $courseRepo->find($courseId); |
|
|
|
if ($courseId != 0) { |
|
|
|
|
|
|
|
$course = $courseRepo->find($courseId); |
|
|
|
// Subscribed groups to a LP |
|
|
|
|
|
|
|
$subscribedGroupsInLp = $itemRepo->getGroupsSubscribedToItem( |
|
|
|
// Subscribed groups to a LP |
|
|
|
TOOL_LEARNPATH_CATEGORY, |
|
|
|
$subscribedGroupsInLp = $itemRepo->getGroupsSubscribedToItem( |
|
|
|
$category->getId(), |
|
|
|
TOOL_LEARNPATH_CATEGORY, |
|
|
|
$course, |
|
|
|
$category->getId(), |
|
|
|
$session |
|
|
|
$course, |
|
|
|
); |
|
|
|
$session |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (!empty($subscribedGroupsInLp)) { |
|
|
|
if (!empty($subscribedGroupsInLp)) { |
|
|
|
$groups = array_column($groups, 'iid'); |
|
|
|
$groups = array_column($groups, 'iid'); |
|
|
|