summaryrefslogtreecommitdiff
path: root/actions/favorited.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2008-11-20 19:53:38 -0500
committerZach Copley <zach@controlyourself.ca>2008-11-20 19:53:38 -0500
commitdac0314e0a36923c3be8f0a8c22d0d9c36d331e8 (patch)
treebc14f5d28f55dd9e2e992f6bdf7c26edc3eaa2e1 /actions/favorited.php
parente69f16d4b609bc510e018e9710ababdace260f9b (diff)
Public 'Featured' tab now shows profiles instead of notices!
darcs-hash:20081121005338-7b5ce-1e2b30a5f7de6900cdc865246c1ed65d0dfe29f6.gz
Diffstat (limited to 'actions/favorited.php')
-rw-r--r--actions/favorited.php2
1 files changed, 1 insertions, 1 deletions
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;