0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

add_fields exception protection

Dieser Commit ist enthalten in:
Angus McLeod 2017-11-23 07:19:55 +08:00
Ursprung c6d671b90a
Commit c9b8403569

Datei anzeigen

@ -178,7 +178,7 @@ class CustomWizard::Builder
value = data[f['value']]
key = f['key']
if key.include?('custom_fields')
if key && key.include?('custom_fields')
keyArr = key.split('.')
if keyArr.length === 3