mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-09 13:34:38 +02:00
fix: bug in prior conflict merge (#3546)
This commit is contained in:
parent
440adf2f3b
commit
08d16322e1
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ function getContents(
|
||||||
throw new CloudFlareException($exceptionMessage, $response['code']);
|
throw new CloudFlareException($exceptionMessage, $response['code']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw new HttpException(trim($exceptionMessage), $result['code']);
|
throw new HttpException(trim($exceptionMessage), $response['code']);
|
||||||
}
|
}
|
||||||
if ($returnFull === true) {
|
if ($returnFull === true) {
|
||||||
// For legacy reasons, use content instead of body
|
// For legacy reasons, use content instead of body
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue