changed default value to fix #68
This commit is contained in:
parent
4593b01350
commit
a73448c942
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue