Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15382305
D20655.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
711 B
Referenced Files
None
Subscribers
None
D20655.diff
View Options
diff --git a/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php b/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php
--- a/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php
+++ b/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php
@@ -14,15 +14,8 @@
const PROPERTY_KEY = 'auth:property';
- private $provider;
-
- public function setProvider(PhabricatorAuthProvider $provider) {
- $this->provider = $provider;
- return $this;
- }
-
public function getProvider() {
- return $this->provider;
+ return $this->getObject()->getProvider();
}
public function getApplicationName() {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 11:48 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7692192
Default Alt Text
D20655.diff (711 B)
Attached To
Mode
D20655: Fix transaction title rendering for AuthenticationConfigs
Attached
Detach File
Event Timeline
Log In to Comment