diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-23 21:49:20 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-31 10:25:27 +0200 |
commit | 5f0004b416b81f546546d719d8206da52efb1ac1 (patch) | |
tree | 6711aa48bfab7d9958dbc5e83141a4017a7e3e6e /Zotlabs/Lib/ThreadItem.php | |
parent | dea487993828d00e7be9709752129e445a255171 (diff) | |
download | volse-hubzilla-5f0004b416b81f546546d719d8206da52efb1ac1.tar.gz volse-hubzilla-5f0004b416b81f546546d719d8206da52efb1ac1.tar.bz2 volse-hubzilla-5f0004b416b81f546546d719d8206da52efb1ac1.zip |
move db_upgrade to zlib
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index c3464b86b..5910ea672 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -338,7 +338,6 @@ class ThreadItem { 'profile_url' => $profile_link, 'thread_action_menu' => thread_action_menu($item,$conv->get_mode()), 'thread_author_menu' => thread_author_menu($item,$conv->get_mode()), - 'item_photo_menu' => item_photo_menu($item), 'dreport' => $dreport, 'name' => $profile_name, 'thumb' => $profile_avatar, |