#176 Fix out of bounds & clear cache when saving

This commit is contained in:
Daniel Brendel
2024-04-25 22:30:50 +02:00
parent a5592b363f
commit 975c50fb37
5 changed files with 35 additions and 2 deletions

View File

@@ -580,6 +580,8 @@ class AdminController extends BaseController {
AppModel::updateSet($set);
WeatherModule::clearCache();
FlashMessage::setMsg('success', __('app.environment_settings_saved'));
return redirect('/admin?tab=weather');