]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixup code in showstream
authorEvan Prodromou <evan@prodromou.name>
Mon, 30 Jun 2008 19:51:39 +0000 (15:51 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 30 Jun 2008 19:51:39 +0000 (15:51 -0400)
darcs-hash:20080630195139-84dde-d0d9297331f341f9fa0dda5c70ed574179de43c7.gz

actions/showstream.php

index 0ac9943b854cb8c750c7d8ec796f0120546d147d..8e4933d40367a8933c02e3bb8d3e5027a62bc107 100644 (file)
@@ -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'));
        }