From dac0314e0a36923c3be8f0a8c22d0d9c36d331e8 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 20 Nov 2008 19:53:38 -0500 Subject: Public 'Featured' tab now shows profiles instead of notices! darcs-hash:20081121005338-7b5ce-1e2b30a5f7de6900cdc865246c1ed65d0dfe29f6.gz --- actions/favorited.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/favorited.php') diff --git a/actions/favorited.php b/actions/favorited.php index 081c13df8..78749a3ab 100644 --- a/actions/favorited.php +++ b/actions/favorited.php @@ -89,7 +89,7 @@ class FavoritedAction extends StreamAction { $notice = new Notice(); $notice->query(sprintf('SELECT * FROM notice WHERE id in (%s)', - implode($notice_list, ','))); + implode(',', $notice_list))); $cnt = 0; -- cgit v1.2.3-54-g00ecf