Minor - format code

pull/2487/head
jmontoyaa 8 years ago
parent 862cf0eb40
commit b3f6fa6562
  1. 6
      user_portal.php

@ -171,7 +171,11 @@ if (!$myCourseListAsCategory) {
if (!$categoryCode) {
$courseAndSessions = $controller->returnCourseCategoryListFromUser($userId);
} else {
$courseAndSessions = $controller->returnCoursesAndSessions($userId, false, $categoryCode);
$courseAndSessions = $controller->returnCoursesAndSessions(
$userId,
false,
$categoryCode
);
$getCategory = CourseCategory::getCategory($categoryCode);
$controller->tpl->assign('category', $getCategory);
}

Loading…
Cancel
Save