aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ThreadItem.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-29 13:50:02 -0700
committerzotlabs <mike@macgirvin.com>2017-05-29 13:50:02 -0700
commit4fcfcc81172ebdfa4a27d3bca94bffe97356f600 (patch)
tree78a53b004556fa1064e9213008e68d897a296fe2 /Zotlabs/Lib/ThreadItem.php
parentb15a5f03e61eeef2086d87f497464b00ada3798e (diff)
downloadvolse-hubzilla-4fcfcc81172ebdfa4a27d3bca94bffe97356f600.tar.gz
volse-hubzilla-4fcfcc81172ebdfa4a27d3bca94bffe97356f600.tar.bz2
volse-hubzilla-4fcfcc81172ebdfa4a27d3bca94bffe97356f600.zip
start deprecation of server_role
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r--Zotlabs/Lib/ThreadItem.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php
index 5910ea672..ff4e3205e 100644
--- a/Zotlabs/Lib/ThreadItem.php
+++ b/Zotlabs/Lib/ThreadItem.php
@@ -251,8 +251,6 @@ class ThreadItem {
);
}
- $server_role = get_config('system','server_role');
-
$has_bookmarks = false;
if(is_array($item['term'])) {
foreach($item['term'] as $t) {