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
Unknown Object (File)
Sun, Nov 17, 1:37 PM
Unknown Object (File)
Sat, Nov 2, 10:30 AM
Unknown Object (File)
Mon, Oct 28, 12:02 PM
Unknown Object (File)
Oct 20 2024, 7:05 AM
Unknown Object (File)
Oct 20 2024, 7:02 AM
Unknown Object (File)
Oct 20 2024, 7:01 AM
Unknown Object (File)
Oct 20 2024, 6:58 AM
Unknown Object (File)
Oct 13 2024, 11:58 PM
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
Branch
clog1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 15603
Build 20590: Run Core Tests
Build 20589: arc lint + arc unit

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.