wall-to-wall posts not identified correctly after thread mod

This commit is contained in:
friendica 2012-08-17 22:06:13 -07:00
parent d233beb4ce
commit d96b9cda43
1 changed files with 25 additions and 25 deletions

View File

@ -444,7 +444,6 @@ function prepare_threads_body($a, $items, $cmnt_tpl, $page_writeable, $mode, $pr
$template = $wallwall_template;
$commentww = 'ww';
}
}
else if($item['owner-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);
}
}
}
if($profile_owner == local_user()) {
$isstarred = (($item['starred']) ? "starred" : "unstarred");