diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-30 15:51:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-30 15:51:39 -0400 |
commit | 6d5ccdb0b75d31163e4f678dfcde59f42b72f2ff (patch) | |
tree | 7f562878445b1f1bde7ca389a2b9000de133f2e6 | |
parent | d0e8f8d8a260a614616ae567d891fab7f0a15672 (diff) |
fixup code in showstream
darcs-hash:20080630195139-84dde-d0d9297331f341f9fa0dda5c70ed574179de43c7.gz
-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')); } |