We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f24e5 commit e80930aCopy full SHA for e80930a
src/oauth/PhutilMediaWikiAuthAdapter.php
@@ -105,8 +105,7 @@ protected function loadOAuthAccountData() {
105
list($body) = $future->resolvex();
106
try {
107
$data = phutil_json_decode($body);
108
- error_log(print_r($data,true));
109
- return $data['result'];
+ return $data;
110
} catch (PhutilJSONParserException $ex) {
111
throw new Exception(
112
pht(
0 commit comments