]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix subtitle in subscriptions feed
authorEvan Prodromou <evan@status.net>
Sun, 12 Dec 2010 17:13:54 +0000 (12:13 -0500)
committerEvan Prodromou <evan@status.net>
Sun, 12 Dec 2010 17:13:54 +0000 (12:13 -0500)
actions/atompubsubscriptionfeed.php

index 065790c20216c859c789588fe3a45057bd499603..95a6fdd1ac2984622fa93ca37e8b994eaec7edb7 100644 (file)
@@ -148,8 +148,8 @@ class AtompubsubscriptionfeedAction extends ApiAuthAction
                                 $this->_profile->getBestName()));
 
         $feed->setSubtitle(sprintf(_("People %s has subscribed to on %s"),
-                                   $this->_profile->getBestName()),
-                           common_config('site', 'name'));
+                                   $this->_profile->getBestName(),
+                                   common_config('site', 'name')));
 
         $feed->addLink(common_local_url('subscriptions',
                                         array('nickname' =>