mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class NotAlwaysBridge extends BridgeAbstract {
|
|||
'type' => 'list',
|
||||
'name' => 'Filter',
|
||||
'values' => array(
|
||||
'All' => 'all',
|
||||
'All' => '',
|
||||
'Right' => 'right',
|
||||
'Working' => 'working',
|
||||
'Romantic' => 'romantic',
|
||||
|
|
Loading…
Add table
Reference in a new issue