aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-12-26 08:55:36 +0000
committerMario <mario@mariovavti.com>2024-12-26 08:55:36 +0000
commit9bb4988eda99ef40127d95a4ecc99d982f56507a (patch)
treed35ecff8c421e00fe408dbe687f265e310d37186
parent49cb73c8c78394b723b2177d6aadaa89b7eafd51 (diff)
parentf66f0e398be5dfc4d23a5eb7f8371de79eba5501 (diff)
downloadvolse-hubzilla-9bb4988eda99ef40127d95a4ecc99d982f56507a.tar.gz
volse-hubzilla-9bb4988eda99ef40127d95a4ecc99d982f56507a.tar.bz2
volse-hubzilla-9bb4988eda99ef40127d95a4ecc99d982f56507a.zip
Merge branch 'dev'
-rw-r--r--Zotlabs/Daemon/Channel_purge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Channel_purge.php b/Zotlabs/Daemon/Channel_purge.php
index bb4fc3866..7286a791a 100644
--- a/Zotlabs/Daemon/Channel_purge.php
+++ b/Zotlabs/Daemon/Channel_purge.php
@@ -24,7 +24,7 @@ class Channel_purge {
);
if ($r) {
foreach ($r as $rv) {
- drop_item($rv['id'], $channel_id);
+ drop_item($rv['id'], uid: $channel_id);
}
}
} while ($r);