mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
fix: various notice fixes (#3718)
This commit is contained in:
parent
b9ec6a0eb4
commit
2172df9fa2
7 changed files with 27 additions and 5 deletions
|
@ -463,7 +463,7 @@ HEREDOC;
|
|||
)
|
||||
)->{'src'};
|
||||
} else {
|
||||
return $deal->find('img[class*=' . $selectorPlain . ']', 0)->src;
|
||||
return $deal->find('img[class*=' . $selectorPlain . ']', 0)->src ?? '';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue