From 8e2f2a4600b01f9caf80c2813613556033b13c17 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 13 Feb 2011 11:51:32 +0000 Subject: [PATCH] actually fffff --- contrib/favorites/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/favorites/theme.php b/contrib/favorites/theme.php index 47983e6f..4bb452ae 100644 --- a/contrib/favorites/theme.php +++ b/contrib/favorites/theme.php @@ -25,7 +25,7 @@ class FavoritesTheme extends Themelet { $html = "$i_favorites people:"; foreach($username_array as $row) { - $username = html_escape($row['name']); + $username = html_escape($row); $html .= "
$username"; }