aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2016-01-10 09:44:43 +0100
committermrjive <mrjive@mrjive.it>2016-01-10 09:44:43 +0100
commit9cbbc92062f0e42e32881a972a234a6c25758c37 (patch)
treead7c9ba78f82aa67ba6c4846a857dfd9c7355cdd /mod/item.php
parent0fa34c6880853e64b88749bcf9cc9b9e8c9a198b (diff)
parent23c7086605d54fc6d9a537b20fc3377a52b24ee8 (diff)
downloadvolse-hubzilla-9cbbc92062f0e42e32881a972a234a6c25758c37.tar.gz
volse-hubzilla-9cbbc92062f0e42e32881a972a234a6c25758c37.tar.bz2
volse-hubzilla-9cbbc92062f0e42e32881a972a234a6c25758c37.zip
Merge pull request #13 from redmatrix/master
updating from original codebase
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;