summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/showstream.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index f608d80cb..c4908101b 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -30,7 +30,7 @@ class ShowstreamAction extends StreamAction {
parent::handle($args);
- $nickname = common_canonical_nickname($this->arg('profile'));
+ $nickname = common_canonical_nickname($this->arg('nickname'));
$user = User::staticGet('nickname', $nickname);
if (!$user) {
@@ -171,7 +171,7 @@ class ShowstreamAction extends StreamAction {
}
common_element('a', array('href' => common_local_url('subscriptions',
- array('profile' => $profile->nickname)),
+ array('nickname' => $profile->nickname)),
'class' => 'moresubscriptions'),
_t('All subscriptions'));