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