From 1c982315dd2d1886432eaece7c7ccb8d385640ae Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 7 Jan 2016 20:04:13 -0800 Subject: issue #251 --- mod/item.php | 3 +-- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3