Page MenuHomePhabricator

Fix a bug where Phortune could fatal while building crumbs
ClosedPublic

Authored by epriestley on Apr 14 2017, 4:17 PM.

Details

Summary

Ref T12451. $this->getAccount() may not return an account.

Test Plan
  • Visit /phortune/X/, where X is the ID of an account you don't have permission to view.
  • Before patch: fatal.
  • After patch: normal policy exception page.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable