Change config option top be not used in fronted.
This commit is contained in:
parent
32143167d8
commit
3c552ce458
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ Setting.create_if_not_exists(
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
:state => 'Gmaps',
|
:state => 'Gmaps',
|
||||||
:frontend => true
|
:frontend => false
|
||||||
)
|
)
|
||||||
|
|
||||||
Setting.create_if_not_exists(
|
Setting.create_if_not_exists(
|
||||||
|
|
Loading…
Reference in a new issue