mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 00:04:50 +00:00
Fix Mispelling causing Adding new certificate to break
This commit is contained in:
@@ -34,7 +34,7 @@ if (isset($_POST['add_certificate'])) {
|
|||||||
|
|
||||||
logAction("Certificate", "Create", "$session_name created certificate $name", $client_id, $certificate_id);
|
logAction("Certificate", "Create", "$session_name created certificate $name", $client_id, $certificate_id);
|
||||||
|
|
||||||
flash_aletr("Certificate <strong>$name</strong> created");
|
flash_alert("Certificate <strong>$name</strong> created");
|
||||||
|
|
||||||
redirect();
|
redirect();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user