fix star icon viewing profile page as unlogged user

pull/1/head
Fabio Comuni 2011-09-30 14:31:01 +02:00
rodzic 41617ee987
commit dfb3ee6e29
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -450,7 +450,7 @@ function conversation(&$a, $items, $mode, $update) {
);
$star = false;
$starred = "unstarred";
$isstarred = "unstarred";
if ($profile_owner == local_user() && $toplevelpost) {
$isstarred = (($item['starred']) ? "starred" : "unstarred");