diff options
author | Mario <mario@mariovavti.com> | 2021-09-04 08:30:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-09-04 08:30:04 +0000 |
commit | 793881b9f96d1c6879790a582240944a18bd724e (patch) | |
tree | 33feb06c0f81263057af83e54496e00363ad3acb /Zotlabs/Lib/ThreadItem.php | |
parent | 529824d010cf88c409d5ce894b72060caccae580 (diff) | |
download | volse-hubzilla-793881b9f96d1c6879790a582240944a18bd724e.tar.gz volse-hubzilla-793881b9f96d1c6879790a582240944a18bd724e.tar.bz2 volse-hubzilla-793881b9f96d1c6879790a582240944a18bd724e.zip |
more gen_link_id()
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index c9048cd4f..600f9e97c 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -503,7 +503,7 @@ class ThreadItem { 'wait' => t('Please wait'), 'thread_level' => $thread_level, 'settings' => $settings, - 'thr_parent' => (($item['parent_mid'] != $item['thr_parent']) ? 'b64.' . base64url_encode($item['thr_parent']) : '') + 'thr_parent' => (($item['parent_mid'] != $item['thr_parent']) ? gen_link_id($item['thr_parent']) : '') ); $arr = array('item' => $item, 'output' => $tmp_item); |