[Update] Fixed Typo
这个提交包含在:
父节点
ee90929a3c
当前提交
646bf737e0
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -189,7 +189,7 @@ class Update extends CI_Controller {
|
||||||
gzclose($gz);
|
gzclose($gz);
|
||||||
|
|
||||||
if (file_put_contents($this->make_update_path("cty.xml"), $data) === FALSE) {
|
if (file_put_contents($this->make_update_path("cty.xml"), $data) === FALSE) {
|
||||||
$this->update_status("FAILED: Could not write to LoTW users file");
|
$this->update_status("FAILED: Could not write to cty.xml file");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用