From e498eb87c76d5cfda4ae5d438e8afe76a4897bed Mon Sep 17 00:00:00 2001 From: myname Date: Mon, 6 Nov 2023 06:47:59 -0600 Subject: [PATCH] Fix pool Post/List view --- ext/pools/theme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/pools/theme.php b/ext/pools/theme.php index aaa41684f..43b168aff 100644 --- a/ext/pools/theme.php +++ b/ext/pools/theme.php @@ -203,8 +203,8 @@ public function sidebar_options(Page $page, Pool $pool, bool $check_all) SHM_SUBMIT("Reverse Order", ["name"=>"edit", "id"=>"reverse_pool_order_btn"]) ), SHM_SIMPLE_FORM( - "pool/list/pool_id%3A" . $pool->id . "/1", - SHM_SUBMIT("Post/List View", ["name"=>"edit", "id"=>"postlist_pool_btn"]) + "post/list/pool_id=" . $pool->id . "/1", + SHM_SUBMIT("Post/List View", ["name"=>"edit", "id"=>$pool->id]) ) );