Page MenuHomePhabricator

Conpherence list view fatals
Closed, ResolvedPublic

Description

On /conpherence/ on this install, I get:

>>> UNRECOVERABLE FATAL ERROR <<<

Call to a member function getConpherencePHID() on a non-object

/core/lib/phabricator/src/applications/conpherence/controller/ConpherenceListController.php:118


┻━┻ ︵ ¯\_(ツ)_/¯ ︵ ┻━┻

Relevant line:

           if (count($all_participation) == $too_many) {
             $node = end($participation);
>>>          unset($all_participation[$node->getConpherencePHID()]);
             $scroll_down_participant = $node;
           }

Maybe end($participation) should be end($all_participation)?