aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2016-01-09 18:47:52 +0100
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2016-01-09 18:47:52 +0100
commit41057ac3642ea8c7126cc980be5d896b8b6ff7c3 (patch)
tree4ab491a65da69c4deb81693f899b9550f5bee010 /mod/item.php
parentbfe8e1e2e945c49fc1dd9e65279c32ce3be8ff14 (diff)
parent1c982315dd2d1886432eaece7c7ccb8d385640ae (diff)
downloadvolse-hubzilla-41057ac3642ea8c7126cc980be5d896b8b6ff7c3.tar.gz
volse-hubzilla-41057ac3642ea8c7126cc980be5d896b8b6ff7c3.tar.bz2
volse-hubzilla-41057ac3642ea8c7126cc980be5d896b8b6ff7c3.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/item.php b/mod/item.php
index eecc3a9ac..b6d00e030 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -720,8 +720,7 @@ function item_post(&$a) {
$datarray = array();
- $item_thead_top = ((! $parent) ? 1 : 0);
-
+ $item_thread_top = ((! $parent) ? 1 : 0);
if ((! $plink) && ($item_thread_top)) {
$plink = z_root() . '/channel/' . $channel['channel_address'] . '/?f=&mid=' . $mid;