]> git.mxchange.org Git - friendica.git/commitdiff
fix star icon viewing profile page as unlogged user
authorFabio Comuni <fabrix.xm@gmail.com>
Fri, 30 Sep 2011 12:31:01 +0000 (14:31 +0200)
committerFabio Comuni <fabrix.xm@gmail.com>
Fri, 30 Sep 2011 12:31:01 +0000 (14:31 +0200)
include/conversation.php

index ebe582f4ce6d6b6c381bf83a3961d07ab65e3bc2..7859d301c754090cae5231a4675d0a537a901209 100644 (file)
@@ -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");