Fix no longer save SERVER_NAME when MULTISITE is set to "no"

This commit is contained in:
Théophile Diot 2023-05-10 20:56:13 -04:00
parent c01b493c99
commit 3dde3ac0aa
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 2 additions and 0 deletions

View File

@ -546,6 +546,8 @@ class Database:
)
)
config.pop("SERVER_NAME")
for key, value in config.items():
suffix = 0
if self.suffix_rx.search(key):