diff options
author | Mario <mario@mariovavti.com> | 2020-10-02 15:12:42 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-02 15:12:42 +0000 |
commit | 93b90ab23a7ba4bf4867510a2a4798ef63f9098e (patch) | |
tree | 2242721d4f5e5d9ca2993673655e9ac5e7767f8a /Zotlabs/Lib/Libzot.php | |
parent | 72c6d3e7baafd259ac00bcd2ff2da31c17e062f6 (diff) | |
download | volse-hubzilla-93b90ab23a7ba4bf4867510a2a4798ef63f9098e.tar.gz volse-hubzilla-93b90ab23a7ba4bf4867510a2a4798ef63f9098e.tar.bz2 volse-hubzilla-93b90ab23a7ba4bf4867510a2a4798ef63f9098e.zip |
more work on delete/undo
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index d7285ca12..ab322ca86 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -1141,6 +1141,7 @@ class Libzot { } logger($AS->debug(),LOGGER_DATA); + } |