From 6d5ccdb0b75d31163e4f678dfcde59f42b72f2ff Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 30 Jun 2008 15:51:39 -0400 Subject: fixup code in showstream darcs-hash:20080630195139-84dde-d0d9297331f341f9fa0dda5c70ed574179de43c7.gz --- actions/showstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/showstream.php') 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')); } -- cgit v1.2.3-54-g00ecf