mirror of
https://github.com/itflow-org/itflow
synced 2026-03-15 02:04:50 +00:00
Correct comments
This commit is contained in:
@@ -144,7 +144,7 @@ if (isset($_POST['bulk_delete_certificates'])) {
|
|||||||
|
|
||||||
if (!empty($certificate_ids)) {
|
if (!empty($certificate_ids)) {
|
||||||
|
|
||||||
// Cycle through array and delete each network
|
// Cycle through array and delete each certificate
|
||||||
foreach ($certificate_ids as $certificate_id) {
|
foreach ($certificate_ids as $certificate_id) {
|
||||||
|
|
||||||
$certificate_id = intval($certificate_id);
|
$certificate_id = intval($certificate_id);
|
||||||
|
|||||||
Reference in New Issue
Block a user