Просмотр исходного кода

Set internal config options to internal.

Martin Edenhofer 12 лет назад
Родитель
Сommit
c462aa9b97
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      db/seeds.rb

+ 2 - 2
db/seeds.rb

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