fix subtitle in subscriptions feed

This commit is contained in:
Evan Prodromou 2010-12-12 12:13:54 -05:00
parent d9a614c57e
commit 1817aedb5c
1 changed files with 2 additions and 2 deletions

View 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' =>