diff --git a/CLAUDE.md b/CLAUDE.md index 8712a0c..517074b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -36,7 +36,7 @@ composer test PHPUnit 9.6 via `phpunit.phar`. Bootstrap: `tests/bootstrap.php`. Config: `phpunit.xml`. -Current suite: **739 tests, 2089 assertions**. +Current suite: **750 tests, 2114 assertions**. ### Creating Updates See `docs/UPDATE_INSTRUCTIONS.md` for the full procedure. Updates are ZIP packages in `updates/0.XX/`. Never include `*.md` files, `updates/changelog.php`, or root `.htaccess` in update ZIPs. diff --git a/admin/templates/components/table-list.php b/admin/templates/components/table-list.php index 31c49ae..4acf9a7 100644 --- a/admin/templates/components/table-list.php +++ b/admin/templates/components/table-list.php @@ -9,7 +9,7 @@ $buildUrl = function(array $params = []) use ($list): string { } } $qs = http_build_query($query); - return $list->basePath . ($qs ? ('?' . $qs) : ''); + return $list->basePath . $qs; }; $currentSort = $list->sort['column'] ?? ''; @@ -92,7 +92,7 @@ $isCompactColumn = function(array $column): bool {