Skip to content

Commit

Permalink
Use 'complex tagging' by default..
Browse files Browse the repository at this point in the history
  • Loading branch information
jomz committed May 6, 2012
1 parent d821068 commit 87e3ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags_extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def activate
raise "The Shards extension is required and must be loaded first!" unless defined?(admin.page)
if Radiant::Config.table_exists?
Radiant::Config['tags.results_page_url'] = TagsExtension::DEFAULT_RESULTS_URL unless Radiant::Config['tags.results_page_url']
Radiant::Config['tags.complex_strings'] = 'false' unless Radiant::Config['tags.complex_strings']
Radiant::Config['tags.complex_strings'] = 'true' unless Radiant::Config['tags.complex_strings']
end
Page.send :include, RadiusTags
begin
Expand Down

0 comments on commit 87e3ea7

Please sign in to comment.