Skip to content

Commit

Permalink
Update AdminController.php
Browse files Browse the repository at this point in the history
Fixes #474
  • Loading branch information
velocity23 committed Oct 22, 2022
1 parent 270b6d0 commit 5493ca6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions classes/controllers/admin/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ public function settings_post()
|| !Config::replace("VA_CALLSIGN_FORMAT", Input::get('vaident'))
|| !Config::replace("VA_LOGO_URL", Input::get('valogo'))
|| !Config::replace("VA_LOGO_URL_DARK", Input::get('valogo_dark'))
|| !Config::replace("VA_CALLSIGN_FORMAT", Input::get('vaident'))
|| !Config::replace("va/identifier", Input::get('vaabbrv'))
|| !Config::replace("FORCE_SERVER", Input::get('forceserv'))
) {
Session::flash('error', 'Error Updating Settings');
} else {
Expand Down

0 comments on commit 5493ca6

Please sign in to comment.