mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-18 05:58:18 +01:00
Fix bad key name
This commit is contained in:
parent
5a356ef14b
commit
9966469169
@ -153,7 +153,7 @@ class DashSettingsController extends Controller
|
||||
}
|
||||
|
||||
try {
|
||||
foreach (Input::except(['app_banner', 'remove-banner']) as $settingName => $settingValue) {
|
||||
foreach (Input::except(['app_banner', 'remove_banner']) as $settingName => $settingValue) {
|
||||
$setting = Setting::firstOrCreate([
|
||||
'name' => $settingName,
|
||||
])->update([
|
||||
|
Loading…
x
Reference in New Issue
Block a user