diff --git a/src/applications/conpherence/controller/ConpherenceListController.php b/src/applications/conpherence/controller/ConpherenceListController.php index f253de28a2..206dd3bf82 100644 --- a/src/applications/conpherence/controller/ConpherenceListController.php +++ b/src/applications/conpherence/controller/ConpherenceListController.php @@ -114,7 +114,7 @@ final class ConpherenceListController extends ConpherenceController { ->setLimit($too_many) ->execute(); if (count($all_participation) == $too_many) { - $node = end($participation); + $node = end($all_participation); unset($all_participation[$node->getConpherencePHID()]); $scroll_down_participant = $node; }