wall-to-wall posts not identified correctly after thread mod
This commit is contained in:
parent
d233beb4ce
commit
d96b9cda43
1 changed files with 25 additions and 25 deletions
|
@ -444,7 +444,6 @@ function prepare_threads_body($a, $items, $cmnt_tpl, $page_writeable, $mode, $pr
|
||||||
$template = $wallwall_template;
|
$template = $wallwall_template;
|
||||||
$commentww = 'ww';
|
$commentww = 'ww';
|
||||||
}
|
}
|
||||||
}
|
|
||||||
else if($item['owner-link']) {
|
else if($item['owner-link']) {
|
||||||
|
|
||||||
$owner_linkmatch = (($item['owner-link']) && link_compare($item['owner-link'],$item['author-link']));
|
$owner_linkmatch = (($item['owner-link']) && link_compare($item['owner-link'],$item['author-link']));
|
||||||
|
@ -477,6 +476,7 @@ function prepare_threads_body($a, $items, $cmnt_tpl, $page_writeable, $mode, $pr
|
||||||
$owner_url = zrl($owner_url);
|
$owner_url = zrl($owner_url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if($profile_owner == local_user()) {
|
if($profile_owner == local_user()) {
|
||||||
$isstarred = (($item['starred']) ? "starred" : "unstarred");
|
$isstarred = (($item['starred']) ? "starred" : "unstarred");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue