forked from GNUsocial/gnu-social
fix subtitle in subscriptions feed
This commit is contained in:
parent
d9a614c57e
commit
1817aedb5c
@ -148,8 +148,8 @@ class AtompubsubscriptionfeedAction extends ApiAuthAction
|
|||||||
$this->_profile->getBestName()));
|
$this->_profile->getBestName()));
|
||||||
|
|
||||||
$feed->setSubtitle(sprintf(_("People %s has subscribed to on %s"),
|
$feed->setSubtitle(sprintf(_("People %s has subscribed to on %s"),
|
||||||
$this->_profile->getBestName()),
|
$this->_profile->getBestName(),
|
||||||
common_config('site', 'name'));
|
common_config('site', 'name')));
|
||||||
|
|
||||||
$feed->addLink(common_local_url('subscriptions',
|
$feed->addLink(common_local_url('subscriptions',
|
||||||
array('nickname' =>
|
array('nickname' =>
|
||||||
|
Loading…
Reference in New Issue
Block a user