1
0
Эх сурвалжийг харах

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

Peter Bieringer 3 сар өмнө
parent
commit
62166eb2cc

+ 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
                         )
                     )