Skip to content

Commit

Permalink
Merge branch 'master' into rails3
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Aug 19, 2010
2 parents 3a73874 + 7208c94 commit f543cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/refinerycms/core/app/views/shared/_menu.html.erb
Expand Up @@ -12,7 +12,7 @@
<%= render :partial => "/shared/menu_branch",
:collection => collection,
:locals => {
:hide_children => RefinerySetting.find_or_set(:menu_hide_children, false),
:hide_children => hide_children ||= RefinerySetting.find_or_set(:menu_hide_children, false),
:sibling_count => collection.size - 1
}
-%>
Expand Down

0 comments on commit f543cf3

Please sign in to comment.