mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-14 04:24:05 +02:00
fix: various small fixes (#3580)
This commit is contained in:
@@ -144,6 +144,10 @@ abstract class BridgeAbstract implements BridgeInterface
|
||||
}
|
||||
|
||||
foreach ($contexts as $context) {
|
||||
if (!isset(static::PARAMETERS[$context])) {
|
||||
// unknown context provided by client, throw exception here? or continue?
|
||||
}
|
||||
|
||||
foreach (static::PARAMETERS[$context] as $name => $properties) {
|
||||
if (isset($this->inputs[$context][$name]['value'])) {
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user