mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-29 11:58:23 +01:00
fix: include http code in exception (#2726)
This commit is contained in:
parent
0212c4790f
commit
7d00b0c5df
@ -108,8 +108,9 @@ function getContents(
|
||||
sprintf(
|
||||
'%s %s',
|
||||
$result['code'],
|
||||
RSSBRIDGE_HTTP_STATUS_CODES[$result['code']] ?? $result['code']
|
||||
)
|
||||
RSSBRIDGE_HTTP_STATUS_CODES[$result['code']] ?? ''
|
||||
),
|
||||
$result['code']
|
||||
);
|
||||
}
|
||||
if ($returnFull === true) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user