mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added waja/pota to controller
This commit is contained in:
@@ -129,6 +129,8 @@ class Band extends CI_Controller {
|
||||
$band['was'] = $this->security->xss_clean($this->input->post('was'));
|
||||
$band['wwff'] = $this->security->xss_clean($this->input->post('wwff'));
|
||||
$band['vucc'] = $this->security->xss_clean($this->input->post('vucc'));
|
||||
$band['waja'] = $this->security->xss_clean($this->input->post('waja'));
|
||||
$band['pota'] = $this->security->xss_clean($this->input->post('pota'));
|
||||
|
||||
$this->load->model('bands');
|
||||
$this->bands->saveBand($id, $band);
|
||||
@@ -149,4 +151,4 @@ class Band extends CI_Controller {
|
||||
echo json_encode(array('message' => 'OK'));
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user