corrected links in RSS feed
git-svn-id: http://piwigo.org/svn/trunk@1550 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
516df145c3
commit
2122def464
2 changed files with 3 additions and 3 deletions
2
feed.php
2
feed.php
|
|
@ -144,7 +144,7 @@ $rss->link = $conf['gallery_url'];
|
||||||
// | Feed creation |
|
// | Feed creation |
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
||||||
$news = news($user['last_check'], $dbnow, true);
|
$news = news($user['last_check'], $dbnow, true, true);
|
||||||
|
|
||||||
if (count($news) > 0)
|
if (count($news) > 0)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -410,11 +410,11 @@ function news($start, $end, $exclude_img_cats=false, $add_url=false)
|
||||||
|
|
||||||
add_news_line( $news,
|
add_news_line( $news,
|
||||||
nb_new_users($start, $end), l10n('%d new users'),
|
nb_new_users($start, $end), l10n('%d new users'),
|
||||||
PHPWG_ROOT_PATH.'admin.php?page=user_list', $add_url );
|
get_root_url().'admin.php?page=user_list', $add_url );
|
||||||
|
|
||||||
add_news_line( $news,
|
add_news_line( $news,
|
||||||
nb_waiting_elements(), l10n('%d waiting elements'),
|
nb_waiting_elements(), l10n('%d waiting elements'),
|
||||||
PHPWG_ROOT_PATH.'admin.php?page=waiting', $add_url );
|
get_root_url().'admin.php?page=waiting', $add_url );
|
||||||
}
|
}
|
||||||
|
|
||||||
return $news;
|
return $news;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue