8000
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 12ef292 commit 2048e51Copy full SHA for 2048e51
src/codebird.php
@@ -2572,7 +2572,7 @@ protected function _parseApiHeaders($reply) {
2572
*/
2573
protected function _parseApiReplyPrefillHeaders($headers, $reply)
2574
{
2575
- if ($reply === '' && (isset($headers['Location']) || isset($headers['Location']))) {
+ if ($reply === '' && (isset($headers['Location']) || isset($headers['location']))) {
2576
$reply = [
2577
'Location' => isset($headers['Location']) ? $headers['Location'] : $headers['location']
2578
];
0 commit comments