From 97c8056d7ee2e9671fe041ae0ec91521fa6a5a17 Mon Sep 17 00:00:00 2001 From: AndreaChirulescu Date: Mon, 6 Sep 2021 18:13:50 +0200 Subject: fixed proper class naming for Apply button --- includes/admin/views/_concerts_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/views/_concerts_table.php b/includes/admin/views/_concerts_table.php index d8cd392..25bbef7 100644 --- a/includes/admin/views/_concerts_table.php +++ b/includes/admin/views/_concerts_table.php @@ -149,7 +149,7 @@ if (!class_exists("GiglogAdmin_ConcertsTable")) . checked(isset($_POST['ownconcerts']) ? $_POST['ownconcerts'] : false) . '>'; } - $select .= ''; + $select .= ''; return $select; } -- cgit v1.2.3