Page MenuHomePhabricator

Fix access to undeclared variable when trying to create invalid Auth provider
ClosedPublic

Authored by epriestley on Jan 14 2015, 2:23 PM.
Tags
None
Referenced Files
F19721411: D11388.diff
Thu, Feb 12, 11:28 PM
F19535259: D11388.id27348.diff
Jan 21 2026, 5:01 AM
F19522925: D11388.id27349.diff
Jan 17 2026, 12:08 PM
F19522924: D11388.id27348.diff
Jan 17 2026, 12:08 PM
F19521544: D11388.diff
Jan 16 2026, 11:19 PM
F19514185: D11388.diff
Jan 13 2026, 11:13 PM
F19504435: D11388.id.diff
Jan 9 2026, 5:10 AM
F19504394: D11388.id.diff
Jan 9 2026, 5:08 AM
Subscribers

Details

Summary

Ref T6971. This fixes the error the user reported. Not sure what's up with the root cause of their issue.

Test Plan

Went to /auth/config/new/asdfqwer/ and got a 404 instead of an exception.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix access to undeclared variable when trying to create invalid Auth provider.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
src/applications/auth/controller/config/PhabricatorAuthEditController.php
44

Specifically, we'd hit an exception on this line after failing to match a candidate.

chad added a reviewer: chad.
This revision is now accepted and ready to land.Jan 14 2015, 2:50 PM
This revision was automatically updated to reflect the committed changes.