aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-12-26 08:54:58 +0000
committerMario <mario@mariovavti.com>2024-12-26 08:54:58 +0000
commitf66f0e398be5dfc4d23a5eb7f8371de79eba5501 (patch)
tree68761d33c6636e9b23db30758d53f2eeea15e377 /Zotlabs
parent553b3f6faa8a1c6711aeee97a810140bcdb0d70e (diff)
downloadvolse-hubzilla-f66f0e398be5dfc4d23a5eb7f8371de79eba5501.tar.gz
volse-hubzilla-f66f0e398be5dfc4d23a5eb7f8371de79eba5501.tar.bz2
volse-hubzilla-f66f0e398be5dfc4d23a5eb7f8371de79eba5501.zip
missing argument name
Diffstat (limited to 'Zotlabs')
-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);