aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;