Set internal config options to internal.

This commit is contained in:
Martin Edenhofer 2013-03-22 07:59:28 +01:00
parent f745980947
commit c462aa9b97

View file

@ -1066,7 +1066,7 @@ Setting.create_if_not_exists(
], ],
}, },
:state => 'http://otrs_host/otrs', :state => 'http://otrs_host/otrs',
:frontend => true :frontend => false
) )
Setting.create_if_not_exists( Setting.create_if_not_exists(
:title => 'Import Key', :title => 'Import Key',
@ -1084,7 +1084,7 @@ Setting.create_if_not_exists(
], ],
}, },
:state => '', :state => '',
:frontend => true :frontend => false
) )