Skip to content

Commit

Permalink
Fix my settings error screen
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbertCherrie committed Nov 29, 2023
1 parent 6a258bc commit 6effc1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/controllers/configuration_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,11 @@ def set_form_vars
:key => 'config_edit__ui4',
}
show_timeprofiles
else
@edit = {
:current => {},
:key => '',
}
end
@edit[:new] = copy_hash(@edit[:current])
session[:edit] = @edit
Expand Down

0 comments on commit 6effc1a

Please sign in to comment.