Page MenuHomePhabricator

Fix a fatal when viewing methods which no longer exist in the Conduit call log
ClosedPublic

Authored by epriestley on Feb 13 2017, 2:18 PM.
Tags
None
Referenced Files
F15338600: D17342.diff
Sun, Mar 9, 11:41 AM
F15324551: D17342.diff
Fri, Mar 7, 1:41 AM
Unknown Object (File)
Sat, Mar 1, 9:34 PM
Unknown Object (File)
Feb 14 2025, 1:33 PM
Unknown Object (File)
Feb 9 2025, 3:16 AM
Unknown Object (File)
Feb 9 2025, 3:16 AM
Unknown Object (File)
Feb 9 2025, 3:16 AM
Unknown Object (File)
Feb 6 2025, 5:05 AM
Subscribers
None

Details

Summary

Fixes T12252.

Test Plan

I just faked this, but likely repro is:

  • Call method x.y.
  • Remove method x.y from the codebase.
  • View log.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

src/applications/conduit/query/PhabricatorConduitLogSearchEngine.php
132–137

This ($method_status) is the variable the code is supposed to be using.

This revision is now accepted and ready to land.Feb 13 2017, 2:24 PM
This revision was automatically updated to reflect the committed changes.