diff options
author | Thomas Willingham <founder@kakste.com> | 2014-01-24 03:48:54 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-01-24 03:48:54 +0000 |
commit | ad67d3e48332204128209feb164c308af96e0ce1 (patch) | |
tree | a1e51e26a4bdeebe68f8c8bf27f460df0e28b0fa /include/conversation.php | |
parent | d57361ea4ace5d392623a316068fb5041d116ace (diff) | |
download | volse-hubzilla-ad67d3e48332204128209feb164c308af96e0ce1.tar.gz volse-hubzilla-ad67d3e48332204128209feb164c308af96e0ce1.tar.bz2 volse-hubzilla-ad67d3e48332204128209feb164c308af96e0ce1.zip |
Ooops, included site specific hack
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/conversation.php b/include/conversation.php index 4b292ca4d..cec5993b6 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1296,13 +1296,8 @@ function render_location_default($item) { function prepare_page($item) { -$foo = $item['owner_xchan']; $a = get_app(); - $upstreamshare = '1'; - if ($foo == 'njsQ2vWa65pH-kwIKfGINOqDT2k_05ZIAeQxP9Ozk16z1WLTxTNlly4_vQKx2huTPCQqMz8shvgB3f7JVPzkdw') { - $upstreamshare = ''; - } $naked = ((get_pconfig($item['uid'],'system','nakedpage')) ? 1 : 0); $observer = $a->get_observer(); $zid = ($observer['xchan_addr']); @@ -1323,7 +1318,6 @@ $foo = $item['owner_xchan']; '$body' => prepare_body($item,true), '$preview' => $preview, '$link' => $link, - '$upstreamshare' => $upstreamshare )); } |