aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-07 20:04:13 -0800
committerredmatrix <git@macgirvin.com>2016-01-07 20:04:13 -0800
commit1c982315dd2d1886432eaece7c7ccb8d385640ae (patch)
treeac8823d087f79559ae6b680eeae7bbb3e0f44d0e
parentbf99906386a7503de83d9683dd58cd7821456a18 (diff)
downloadvolse-hubzilla-1c982315dd2d1886432eaece7c7ccb8d385640ae.tar.gz
volse-hubzilla-1c982315dd2d1886432eaece7c7ccb8d385640ae.tar.bz2
volse-hubzilla-1c982315dd2d1886432eaece7c7ccb8d385640ae.zip
issue #251
-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;