fixup code in showstream
darcs-hash:20080630195139-84dde-d0d9297331f341f9fa0dda5c70ed574179de43c7.gz
This commit is contained in:
parent
d0e8f8d8a2
commit
6d5ccdb0b7
@ -171,7 +171,7 @@ class ShowstreamAction extends StreamAction {
|
|||||||
|
|
||||||
function show_remote_subscribe_link($profile) {
|
function show_remote_subscribe_link($profile) {
|
||||||
$url = common_local_url('remotesubscribe',
|
$url = common_local_url('remotesubscribe',
|
||||||
array('nickname' => $profile->nickname);
|
array('nickname' => $profile->nickname));
|
||||||
common_element('a', array('href' => $url),
|
common_element('a', array('href' => $url),
|
||||||
_t('Subscribe'));
|
_t('Subscribe'));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user