File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ protected function getProviderConfigurationHelp() {
8787 "NOTE: Before Phabricator can successfully authenticate to your MediaWiki, " .
8888 " a wiki admin must approve the oauth consumer registration using the form " .
8989 " which can be found at the following url: %s " ,
90- $ wiki_uri .'/index.php?title=Special:OAuthConsumerRegistration/propose ' ,
91- $ login_uri ,
92- $ wiki_uri .'/index.php?title=Special:OAuthManageConsumers/proposed ' );
90+ $ this -> getWikiURI () .'/index.php?title=Special:OAuthConsumerRegistration/propose ' ,
91+ PhabricatorEnv:: getURI ( $ this -> getLoginURI ()) ,
92+ $ this -> getWikiURI () .'/index.php?title=Special:OAuthManageConsumers/proposed ' );
9393 }
9494
9595 protected function newOAuthAdapter () {
You can’t perform that action at this time.
0 commit comments