[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:
Dag 2022-06-05 02:56:51 +02:00 committed by GitHub
parent 3f896f9465
commit 92d813fbea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class NotAlwaysBridge extends BridgeAbstract {
'type' => 'list', 'type' => 'list',
'name' => 'Filter', 'name' => 'Filter',
'values' => array( 'values' => array(
'All' => 'all', 'All' => '',
'Right' => 'right', 'Right' => 'right',
'Working' => 'working', 'Working' => 'working',
'Romantic' => 'romantic', 'Romantic' => 'romantic',