diff options
author | redmatrix <git@macgirvin.com> | 2016-01-07 20:04:13 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-07 20:04:13 -0800 |
commit | 1c982315dd2d1886432eaece7c7ccb8d385640ae (patch) | |
tree | ac8823d087f79559ae6b680eeae7bbb3e0f44d0e /mod/item.php | |
parent | bf99906386a7503de83d9683dd58cd7821456a18 (diff) | |
download | volse-hubzilla-1c982315dd2d1886432eaece7c7ccb8d385640ae.tar.gz volse-hubzilla-1c982315dd2d1886432eaece7c7ccb8d385640ae.tar.bz2 volse-hubzilla-1c982315dd2d1886432eaece7c7ccb8d385640ae.zip |
issue #251
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 3 |
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; |