mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
site: dont update domain for blank record
This commit is contained in:
parent
a55a00f5c3
commit
e4c580564b
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,7 @@ class Site < Sequel::Model
|
|||
user_record = {}
|
||||
domain_record = {}
|
||||
|
||||
if values[:domain]
|
||||
unless values[:domain].blank?
|
||||
domain_record[:username] = username
|
||||
|
||||
if ssl_installed?
|
||||
|
|
Loading…
Add table
Reference in a new issue