Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15433414
D10793.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
647 B
Referenced Files
None
Subscribers
None
D10793.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D10793: Conpherence - fix fatal on list view for 100+ messages
Attached
Detach File
Event Timeline
Log In to Comment