mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-01-05 20:30:34 -06:00
#176 Fix out of bounds & clear cache when saving
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user