Remove Duplicate get_query_strings code as this is all handled in the the filter header

This commit is contained in:
johnnyq
2025-11-17 14:55:05 -05:00
parent 1aa6419b1b
commit a79c1c8246
8 changed files with 0 additions and 25 deletions

View File

@@ -14,9 +14,6 @@ if (!empty($_GET['folder_id'])) {
$folder_id = 0;
}
//Rebuild URL
$url_query_strings_sort = http_build_query($get_copy);
// Folder ID
$get_folder_id = 0;
if (!empty($_GET['folder_id'])) {