mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-11 17:38:47 +00:00
fix: bug in prior conflict merge (#3546)
This commit is contained in:
parent
440adf2f3b
commit
08d16322e1
@ -191,7 +191,7 @@ function getContents(
|
||||
throw new CloudFlareException($exceptionMessage, $response['code']);
|
||||
}
|
||||
}
|
||||
throw new HttpException(trim($exceptionMessage), $result['code']);
|
||||
throw new HttpException(trim($exceptionMessage), $response['code']);
|
||||
}
|
||||
if ($returnFull === true) {
|
||||
// For legacy reasons, use content instead of body
|
||||
|
Loading…
Reference in New Issue
Block a user