summaryrefslogtreecommitdiff
path: root/actions/all.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/all.php')
-rw-r--r--actions/all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/all.php b/actions/all.php
index ca592a4eb..bd5b9f01e 100644
--- a/actions/all.php
+++ b/actions/all.php
@@ -96,6 +96,6 @@ class AllAction extends StreamAction {
common_element_end('ul');
common_pagination($page > 1, $cnt > NOTICES_PER_PAGE,
- $page, 'all', array('nickname' => $profile->nickname));
+ $page, 'all', array('nickname' => $user->nickname));
}
}