Refined rss feed description
This commit is contained in:
parent
cd2756a4d0
commit
1dc33f4416
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ if ($userservice->isLoggedOn()) {
|
||||||
array_push(
|
array_push(
|
||||||
$tplVars['rsschannels'],
|
$tplVars['rsschannels'],
|
||||||
array(
|
array(
|
||||||
filter($sitename . sprintf(T_(': Recent bookmarks (private)')) . $currentUsername),
|
filter(sprintf(T_('%s: Recent bookmarks (+private) %s'), $sitename, $currentUsername)),
|
||||||
createURL('rss', filter($currentUsername, 'url') . '?sort='.getSortOrder().'&privatekey='.$currentUser->getPrivateKey())
|
createURL('rss', filter($currentUsername, 'url') . '?sort='.getSortOrder().'&privatekey='.$currentUser->getPrivateKey())
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue