Skip to content

Commit

Permalink
Fix to 0.9 fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
swistak committed Jan 8, 2010
1 parent 754f42c commit a605a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static_content_extension.rb
Expand Up @@ -41,7 +41,7 @@ def title_with_page_title_check
alias_method_chain :title, :page_title_check
end

if Spree::Version::Major.to_i == 0 && Spree::Version::Minor.to_i <= 9 && Spree::Version::Tiny.to_i < 99
if not defined?(Spree::ThemeSupport)
Admin::ConfigurationsController.class_eval do
before_filter :add_static_pages_links, :only => :index

Expand Down

0 comments on commit a605a97

Please sign in to comment.