فهرست منبع

fix typo related to collection delete hook, fixes https://github.com/Kozea/Radicale/issues/1920

Peter Bieringer 3 ماه پیش
والد
کامیت
62166eb2cc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      radicale/app/delete.py

+ 1 - 1
radicale/app/delete.py

@@ -87,7 +87,7 @@ class ApplicationPartDelete(ApplicationBase):
                             path=access.path,
                             content=i.uid,
                             uid=i.uid,
-                            old_content=item.serialize(),  # type: ignore
+                            old_content=i.serialize(),  # type: ignore
                             new_content=None
                         )
                     )