aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-09-10 12:29:05 +0000
committerMario <mario@mariovavti.com>2021-09-10 12:29:05 +0000
commite5dc3c05dfb79df79f4fd14496bc5e646217c27e (patch)
tree3d57250415940472e53f4f94526b74b0b914031e /Zotlabs/Lib
parente2d0269b5c9f1f1b865e1c0473a6bc0a0a0a1740 (diff)
downloadvolse-hubzilla-e5dc3c05dfb79df79f4fd14496bc5e646217c27e.tar.gz
volse-hubzilla-e5dc3c05dfb79df79f4fd14496bc5e646217c27e.tar.bz2
volse-hubzilla-e5dc3c05dfb79df79f4fd14496bc5e646217c27e.zip
when updating the channel name from profiles make sure to lookup the xchan entry by xchan_hash since xchan_url is set to the primary location but we might be updating from a clone
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/Libzot.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index 9c232f34d..3f1f16b09 100644
--- a/Zotlabs/Lib/Libzot.php
+++ b/Zotlabs/Lib/Libzot.php
@@ -2745,7 +2745,6 @@ class Libzot {
}
$e = $r[0];
-
$id = $e['channel_id'];
$sys_channel = (intval($e['channel_system']) ? true : false);