Page MenuHomePhabricator

D10793.diff
No OneTemporary

D10793.diff

diff --git a/src/applications/conpherence/controller/ConpherenceListController.php b/src/applications/conpherence/controller/ConpherenceListController.php
--- a/src/applications/conpherence/controller/ConpherenceListController.php
+++ b/src/applications/conpherence/controller/ConpherenceListController.php
@@ -114,7 +114,7 @@
->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;
}

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 25, 11:02 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7533232
Default Alt Text
D10793.diff (647 B)

Event Timeline