diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 0ac9943b8..8e4933d40 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -171,7 +171,7 @@ class ShowstreamAction extends StreamAction { function show_remote_subscribe_link($profile) { $url = common_local_url('remotesubscribe', - array('nickname' => $profile->nickname); + array('nickname' => $profile->nickname)); common_element('a', array('href' => $url), _t('Subscribe')); } |