Skip to content

Commit 5493ca6

Browse files
committed
Update AdminController.php
Fixes #474
1 parent 270b6d0 commit 5493ca6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

classes/controllers/admin/AdminController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ public function settings_post()
115115
|| !Config::replace("VA_CALLSIGN_FORMAT", Input::get('vaident'))
116116
|| !Config::replace("VA_LOGO_URL", Input::get('valogo'))
117117
|| !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'))
118121
) {
119122
Session::flash('error', 'Error Updating Settings');
120123
} else {

0 commit comments

Comments
 (0)