Fix user file updating on owned sites
This commit is contained in:
parent
f44de281a8
commit
7edb784305
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ class SiteStorage(object):
|
|||
|
||||
if not ok:
|
||||
self.log.debug("[CHANGED] %s" % file_inner_path)
|
||||
if add_changed or content.get("cert_sign"): # If updating own site only add changed user files
|
||||
if add_changed or content.get("cert_user_id"): # If updating own site only add changed user files
|
||||
bad_files.append(file_inner_path)
|
||||
|
||||
# Optional files
|
||||
|
|
Loading…
Reference in a new issue