mirror of https://github.com/itflow-org/itflow
Fix Mispelling causing Adding new certificate to break
This commit is contained in:
parent
c26ce4b7dc
commit
88475a2b76
|
|
@ -34,7 +34,7 @@ if (isset($_POST['add_certificate'])) {
|
|||
|
||||
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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue