changing name for clarity

This commit is contained in:
David Edwards
2023-12-10 11:49:49 -07:00
parent f3177a8e4a
commit b1876c1935
4 changed files with 21 additions and 21 deletions

View File

@@ -68,7 +68,7 @@ def setupdomain(self, data):
wo_site_webroot = data['webroot']
if 'subsite' in data.keys() and data['subsite']:
wo_parent_site = data["subsite_name"]
wo_parent_site = data["subsiteof_name"]
wo_parent_info = getSiteInfo(wo_parent_site)
data["webroot"] = wo_parent_info["webroot"]