This commit is contained in:
redmatrix 2016-01-07 20:04:13 -08:00
parent bf99906386
commit 1c982315dd

View File

@ -720,8 +720,7 @@ function item_post(&$a) {
$datarray = array(); $datarray = array();
$item_thead_top = ((! $parent) ? 1 : 0); $item_thread_top = ((! $parent) ? 1 : 0);
if ((! $plink) && ($item_thread_top)) { if ((! $plink) && ($item_thread_top)) {
$plink = z_root() . '/channel/' . $channel['channel_address'] . '/?f=&mid=' . $mid; $plink = z_root() . '/channel/' . $channel['channel_address'] . '/?f=&mid=' . $mid;