render error correctly on failed LOTW cert upload

这个提交包含在:
Aaron Griffith 2022-11-11 17:21:19 -05:00
父节点 a36473458c
当前提交 ec15888705

查看文件

@ -121,6 +121,9 @@ class Lotw extends CI_Controller {
// Upload of P12 Failed
$error = array('error' => $this->upload->display_errors());
// Load DXCC Countrys List
$data['dxcc_list'] = $this->dxcc->list();
// Set Page Title
$data['page_title'] = "Logbook of the World";