Follow up for issue #2029 - fixed check if sipgate_config already is filled.
This commit is contained in:
parent
58ec1cbc8e
commit
89a46cf045
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ class Issue2029SipgateIntegrationEnable < ActiveRecord::Migration[5.1]
|
||||||
# return if it's a new setup
|
# return if it's a new setup
|
||||||
return if !Setting.find_by(name: 'system_init_done')
|
return if !Setting.find_by(name: 'system_init_done')
|
||||||
|
|
||||||
return if Setting.get(name: 'sipgate_config').present?
|
return if Setting.get('sipgate_config').present?
|
||||||
|
|
||||||
Setting.create_or_update(
|
Setting.create_or_update(
|
||||||
title: 'sipgate.io config',
|
title: 'sipgate.io config',
|
||||||
|
|
Loading…
Reference in a new issue