mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge branch 'dev' into qso_info_function
This commit is contained in:
@@ -48,7 +48,7 @@ class API extends CI_Controller {
|
||||
$this->load->library('form_validation');
|
||||
|
||||
$this->form_validation->set_rules('api_desc', __("API Description"), 'required');
|
||||
$this->form_validation->set_rules('api_key', __("API Key is required do not change this field"), 'required');
|
||||
$this->form_validation->set_rules('api_key', __("API Key is required. Do not change this field"), 'required');
|
||||
|
||||
$data['api_info'] = $this->api_model->key_description($key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user