mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-18 14:22:38 +02:00
fix: a few deprecation notices on php 8.2 (#3917)
* fix: a few deprecation notices on php 8.2 * tweak
This commit is contained in:
@@ -98,7 +98,7 @@ class ErowallBridge extends BridgeAbstract
|
||||
$ret .= 'dat/';
|
||||
break;
|
||||
default:
|
||||
$tag = $this->getInput('tag');
|
||||
$tag = $this->getInput('tag') ?? '';
|
||||
$ret .= 'teg/' . str_replace(' ', '+', $tag);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user