We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270b6d0 commit 5493ca6Copy full SHA for 5493ca6
classes/controllers/admin/AdminController.php
@@ -115,6 +115,9 @@ public function settings_post()
115
|| !Config::replace("VA_CALLSIGN_FORMAT", Input::get('vaident'))
116
|| !Config::replace("VA_LOGO_URL", Input::get('valogo'))
117
|| !Config::replace("VA_LOGO_URL_DARK", Input::get('valogo_dark'))
118
+ || !Config::replace("VA_CALLSIGN_FORMAT", Input::get('vaident'))
119
+ || !Config::replace("va/identifier", Input::get('vaabbrv'))
120
+ || !Config::replace("FORCE_SERVER", Input::get('forceserv'))
121
) {
122
Session::flash('error', 'Error Updating Settings');
123
} else {
0 commit comments