diff --git a/app/controllers/dashboard_controller.rb b/app/controllers/dashboard_controller.rb index 550c46796..0be7bac6a 100644 --- a/app/controllers/dashboard_controller.rb +++ b/app/controllers/dashboard_controller.rb @@ -46,7 +46,7 @@ class DashboardController < ActionController::Base end def set_global_config - @global_config = GlobalConfig.get(*GLOBAL_CONFIG_KEYS).merge(app_config) + @global_config = GlobalConfig.get(*GLOBAL_CONFIG_KEYS).slice(*GLOBAL_CONFIG_KEYS).merge(app_config) end def set_dashboard_scripts