Skip to content

Commit 137dfa0

Browse files
committed
https://github.com/thujohn/twitter/pull/136/commits/24339fbedc6d98b172959c22440eb592398ffb43
1 parent ff9eb7a commit 137dfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Thujohn/Twitter/Twitter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public function query($name, $requestMethod = 'GET', $parameters = [], $multipar
282282
else
283283
{
284284
$error_code = $response['code'];
285-
$error_msg = $_response['error'];
285+
$error_msg = $response['error'];
286286
}
287287
}
288288
else

0 commit comments

Comments
 (0)