Skip to content

Commit 23c53c9

Browse files
committed
Portfolio: #fix option to show all post by alphabetical order and set only one link - refs BT#22711
1 parent 2d0b264 commit 23c53c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main/inc/lib/PortfolioController.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3688,9 +3688,10 @@ private function createFormStudentFilter(bool $listByUser = false, bool $listHig
36883688
$this->baseUrl.http_build_query(['list_alphabetical' => true])
36893689
);
36903690
}
3691-
}
36923691

3693-
$frmStudentList->addHtml("<p>$link</p>");
3692+
$frmStudentList->addHtml("<p>$link</p>");
3693+
3694+
}
36943695

36953696
return $frmStudentList;
36963697
}

0 commit comments

Comments
 (0)