Skip to content

Commit

Permalink
Fix pool Post/List view
Browse files Browse the repository at this point in the history
  • Loading branch information
myname committed Nov 6, 2023
1 parent 5b26661 commit e498eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/pools/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -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])
)
);

Expand Down

0 comments on commit e498eb8

Please sign in to comment.