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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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. |