mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed continent return result
This commit is contained in:
@@ -833,8 +833,11 @@ class Logbookadvanced extends CI_Controller {
|
||||
$this->load->model('logbookadvanced_model');
|
||||
$result = $this->logbookadvanced_model->check_missing_continent();
|
||||
|
||||
header("Content-Type: application/json");
|
||||
print json_encode($result);
|
||||
$data['result'] = $result;
|
||||
|
||||
$data['type'] = 'continent';
|
||||
|
||||
$this->load->view('logbookadvanced/showUpdateResult', $data);
|
||||
}
|
||||
|
||||
public function fixStateProgress() {
|
||||
|
||||
Reference in New Issue
Block a user