diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-05 17:35:56 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-05 17:35:56 -0700 |
commit | 80400d719145c843a1bb80a34d5815d15ffc5893 (patch) | |
tree | 0756e2359311fce23c959b2afd2dd89c8aeddb8c /Zotlabs/Lib | |
parent | 6147f819ce908d7a52f905658e827c48aad92074 (diff) | |
parent | 68a91ec3ea7eaf56689545535a7481a838eff4da (diff) | |
download | volse-hubzilla-80400d719145c843a1bb80a34d5815d15ffc5893.tar.gz volse-hubzilla-80400d719145c843a1bb80a34d5815d15ffc5893.tar.bz2 volse-hubzilla-80400d719145c843a1bb80a34d5815d15ffc5893.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'Zotlabs/Lib')
-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 f9565d339..d33f3c183 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -413,7 +413,7 @@ class ThreadItem { 'previewing' => ($conv->is_preview() ? true : false ), 'preview_lbl' => t('This is an unsaved preview'), 'wait' => t('Please wait'), - 'submid' => str_replace(['+','='], ['',''], base64_encode(substr($item['mid'],0,32))), + 'submid' => str_replace(['+','='], ['',''], base64_encode($item['mid'])), 'thread_level' => $thread_level ); |