Passed
Push — oauth-migration-tweaks ( b7dcb7 )
by Simon
08:27
created
includes/Pages/UserAuth/PagePreferences.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
             $this->getSiteConfiguration());
91 91
 
92 92
         // token is for old consumer, run through the approval workflow again
93
-        if($oauth->getIdentity(true)->getAudience() !== $this->getSiteConfiguration()->getOAuthConsumerToken()) {
93
+        if ($oauth->getIdentity(true)->getAudience() !== $this->getSiteConfiguration()->getOAuthConsumerToken()) {
94 94
             $authoriseUrl = $oauth->getRequestToken();
95 95
             $this->redirectUrl($authoriseUrl);
96 96
 
Please login to merge, or discard this patch.