[Search] Fixed a bug when callsign did not contain slash
这个提交包含在:
父节点
bfbb2e7938
当前提交
f9f3e74a58
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -647,6 +647,8 @@ class Logbook extends CI_Controller {
|
|||
|
||||
if(!$this->user_model->authorize($this->config->item('auth_mode'))) { return; }
|
||||
|
||||
$fixedid = $id;
|
||||
|
||||
if ($id2 != "") {
|
||||
$fixedid = $id . '/' . $id2;
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用