mirror of https://github.com/itflow-org/itflow
Correct comments
This commit is contained in:
parent
78f79759dc
commit
224aa00694
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue