Ref T6971. This fixes the error the user reported. Not sure what's up with the root cause of their issue.
Details
Details
- Reviewers
btrahan chad - Maniphest Tasks
- T6971: Unhandled Exception ("RuntimeException") – Undefined variable: provider
- Commits
- Restricted Diffusion Commit
rP39406bd1f3a4: Fix access to undeclared variable when trying to create invalid Auth provider
Went to /auth/config/new/asdfqwer/ and got a 404 instead of an exception.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- provtype
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3838 Build 3850: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
src/applications/auth/controller/config/PhabricatorAuthEditController.php | ||
---|---|---|
44 | Specifically, we'd hit an exception on this line after failing to match a candidate. |