From 1817aedb5cf5c1cc7cfe1cb5146d087903b58e49 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 12 Dec 2010 12:13:54 -0500 Subject: [PATCH] fix subtitle in subscriptions feed --- actions/atompubsubscriptionfeed.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/atompubsubscriptionfeed.php b/actions/atompubsubscriptionfeed.php index 065790c202..95a6fdd1ac 100644 --- a/actions/atompubsubscriptionfeed.php +++ b/actions/atompubsubscriptionfeed.php @@ -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' => -- 2.39.5