mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed stupid parameter mistake
This commit is contained in:
@@ -154,7 +154,7 @@ class Logbookadvanced extends CI_Controller {
|
||||
'dok' => xss_clean($this->input->post('dok')),
|
||||
'qrzSent' => xss_clean($this->input->post('qrzSent')),
|
||||
'qrzReceived' => xss_clean($this->input->post('qrzReceived')),
|
||||
'distance' => xss_clean($this->input->post('distanceinput')),
|
||||
'distance' => xss_clean($this->input->post('distance')),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user