summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/showstream.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index c4908101b..bc16b4d51 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -190,8 +190,8 @@ class ShowstreamAction extends StreamAction {
$subbed_count = $subbed->count();
$notices = DB_DataObject::factory('notice');
- $notice->profile_id = $profile->id;
- $notice_count = $notice->count();
+ $notices->profile_id = $profile->id;
+ $notice_count = $notices->count();
# Other stats...?
common_element_start('dl', 'statistics');