Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 5, 2014
1 parent a31c6e8 commit d06018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/installation/proposal_runner.rb
Expand Up @@ -414,7 +414,7 @@ def make_proposal(force_reset, language_changed)
@html[submod] = prop

# now do the complete html
presentation_modules = @store.presentation_modules
presentation_modules = @store.presentation_order
presentation_modules = presentation_modules[@current_tab] if @store.has_tabs?
proposal = presentation_modules.reduce("") do |res, mod|
res << @html[mod]
Expand Down

0 comments on commit d06018f

Please sign in to comment.