actually fffff

This commit is contained in:
Shish 2011-02-13 11:51:32 +00:00
parent 1e8b94478e
commit 8e2f2a4600

View File

@ -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 .= "<br><a href='".make_link("user/$username")."'>$username</a>";
}