From 92d813fbea3966eea841952834e6a4e969528f72 Mon Sep 17 00:00:00 2001 From: Dag Date: Sun, 5 Jun 2022 02:56:51 +0200 Subject: [PATCH] [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 --- bridges/NotAlwaysBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/NotAlwaysBridge.php b/bridges/NotAlwaysBridge.php index 2ba92174..f8e56cd6 100644 --- a/bridges/NotAlwaysBridge.php +++ b/bridges/NotAlwaysBridge.php @@ -12,7 +12,7 @@ class NotAlwaysBridge extends BridgeAbstract { 'type' => 'list', 'name' => 'Filter', 'values' => array( - 'All' => 'all', + 'All' => '', 'Right' => 'right', 'Working' => 'working', 'Romantic' => 'romantic',