diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-23 21:49:20 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-23 21:49:20 -0700 |
commit | a2e101997836ebd904e94aa896a1bcc2e2c70f01 (patch) | |
tree | 76daffc0d41801dc825ffba6538d6c5022e4c311 /Zotlabs/Lib/ThreadItem.php | |
parent | e98938d03dbdd94c33419924a50e4b6fbeb6fe1c (diff) | |
download | volse-hubzilla-a2e101997836ebd904e94aa896a1bcc2e2c70f01.tar.gz volse-hubzilla-a2e101997836ebd904e94aa896a1bcc2e2c70f01.tar.bz2 volse-hubzilla-a2e101997836ebd904e94aa896a1bcc2e2c70f01.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 799a606d6..b692224b0 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -337,7 +337,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, |