Fix user file updating on owned sites

This commit is contained in:
shortcutme 2016-08-26 11:40:22 +02:00
parent f44de281a8
commit 7edb784305

View file

@ -318,7 +318,7 @@ class SiteStorage(object):
if not ok: if not ok:
self.log.debug("[CHANGED] %s" % file_inner_path) 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) bad_files.append(file_inner_path)
# Optional files # Optional files