From: Fabio Comuni Date: Fri, 30 Sep 2011 12:31:01 +0000 (+0200) Subject: fix star icon viewing profile page as unlogged user X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dfb3ee6e29b6943f86ec75af12db5a1422a7e1dd;p=friendica.git fix star icon viewing profile page as unlogged user --- diff --git a/include/conversation.php b/include/conversation.php index ebe582f4ce..7859d301c7 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -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");