mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
[NotAlways] fix: broken url (#2773)
The /all url now actually points to a specific item. I think we want the frontpage for this. Fixes: Fatal error: Uncaught Error: Call to a member function find() on null in NotAlwaysBridge.php:37
This commit is contained in:
parent
3f896f9465
commit
92d813fbea
@ -12,7 +12,7 @@ class NotAlwaysBridge extends BridgeAbstract {
|
||||
'type' => 'list',
|
||||
'name' => 'Filter',
|
||||
'values' => array(
|
||||
'All' => 'all',
|
||||
'All' => '',
|
||||
'Right' => 'right',
|
||||
'Working' => 'working',
|
||||
'Romantic' => 'romantic',
|
||||
|
Loading…
x
Reference in New Issue
Block a user