mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed a couple of mistakes
This commit is contained in:
@@ -117,7 +117,7 @@ class Options extends CI_Controller {
|
||||
if($public_maps_update_status == TRUE) {
|
||||
$this->session->set_flashdata('success', __("Options saved"));
|
||||
}
|
||||
|
||||
|
||||
// Update public github button within the options system
|
||||
$public_github_button_update_status = $this->optionslib->update('public_github_button', $this->input->post('publicGithubButton'), 'yes');
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
<option value='true' <?php if($this->optionslib->get_option('public_login_button') == "true") { echo "selected=\"selected\""; } ?>><?= __("Enabled"); ?></option>
|
||||
<option value='false' <?php if($this->optionslib->get_option('public_login_button') == "false") { echo "selected=\"selected\""; } ?>><?= __("Disabled"); ?></option>
|
||||
</select>
|
||||
<small id="publicLoginButtonHelp" class="form-text text-muted"><?= __("This enables the button to login to Wavelog in the public/vistors view"); ?></small>
|
||||
<small id="publicLoginButtonHelp" class="form-text text-muted"><?= __("This enables the button to login to Wavelog in the public view"); ?></small>
|
||||
</div>
|
||||
|
||||
<!-- Save the Form -->
|
||||
|
||||
Reference in New Issue
Block a user