|
@@ -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.