mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix case when adding new user, make widget url variable in UI conditional to preven php warning
This commit is contained in:
@@ -285,6 +285,9 @@ class User extends CI_Controller {
|
||||
$this->input->post('user_clublog_name'),
|
||||
$this->input->post('user_clublog_password'),
|
||||
$this->input->post('user_winkey'),
|
||||
$this->input->post('on_air_widget_enabled'),
|
||||
$this->input->post('on_air_widget_display_last_seen'),
|
||||
$this->input->post('on_air_widget_show_only_most_recent_radio'),
|
||||
$this->input->post('clubstation') == '1' ? true : false
|
||||
)) {
|
||||
// Check for errors
|
||||
|
||||
Reference in New Issue
Block a user