Correct comments

This commit is contained in:
Marcus Hill 2023-12-31 12:05:25 +00:00
parent 78f79759dc
commit 224aa00694
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ if (isset($_POST['bulk_delete_certificates'])) {
if (!empty($certificate_ids)) {
// Cycle through array and delete each network
// Cycle through array and delete each certificate
foreach ($certificate_ids as $certificate_id) {
$certificate_id = intval($certificate_id);