changed default value to fix #68

This commit is contained in:
rkaldung 2013-01-21 19:53:32 +01:00
parent 4593b01350
commit a73448c942

View file

@ -619,7 +619,7 @@ Setting.create_if_not_exists(
], ],
}, },
:state => { :state => {
:value => 'right', :value => 'left',
}, },
:frontend => false :frontend => false
) )
@ -1939,4 +1939,4 @@ Translation.create_if_not_exists( :locale => 'de', :source => "Next...", :target
#Translation.create_if_not_exists( :locale => 'de', :source => "", :target => "", :updated_by_id => 1, :created_by_id => 1 ) #Translation.create_if_not_exists( :locale => 'de', :source => "", :target => "", :updated_by_id => 1, :created_by_id => 1 )
# install all packages in auto_install # install all packages in auto_install
Package.auto_install() Package.auto_install()