From: Evan Prodromou Date: Mon, 30 Jun 2008 19:51:39 +0000 (-0400) Subject: fixup code in showstream X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6d5ccdb0b75d31163e4f678dfcde59f42b72f2ff;p=quix0rs-gnu-social.git fixup code in showstream darcs-hash:20080630195139-84dde-d0d9297331f341f9fa0dda5c70ed574179de43c7.gz --- diff --git a/actions/showstream.php b/actions/showstream.php index 0ac9943b85..8e4933d403 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')); }