Skip to content

Commit 94f24e5

Browse files
authored
Update PhutilMediaWikiAuthAdapter.php
1 parent d80fcc2 commit 94f24e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oauth/PhutilMediaWikiAuthAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ protected function loadOAuthAccountData() {
106106
try {
107107
$data = phutil_json_decode($body);
108108
error_log(print_r($data,true));
109-
return $data['result']
109+
return $data['result'];
110110
} catch (PhutilJSONParserException $ex) {
111111
throw new Exception(
112112
pht(

0 commit comments

Comments
 (0)