Set an empty hash as the default value of the hidden menu items

pull/2531/head
netfighter 10 years ago
parent a33107c367
commit b5117e84ee
  1. 2
      lib/open_project/configuration.rb

@ -77,7 +77,7 @@ module OpenProject
'disable_password_choice' => false,
# allow to disable default modules
'disabled_modules' => [],
'hidden_menu_items' => []
'hidden_menu_items' => {}
}
@config = nil

Loading…
Cancel
Save