- bug 199 fixed: hard coded URL in RSS feed instead of using
$conf['gallery_url'] git-svn-id: http://piwigo.org/svn/branches/branch-1_5@944 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d3524368d2
commit
89fec49fda
1 changed files with 1 additions and 1 deletions
2
feed.php
2
feed.php
|
@ -331,7 +331,7 @@ if (count($news) > 0)
|
|||
{
|
||||
$item = new FeedItem();
|
||||
$item->title = sprintf(l10n('New on %s'), $dbnow);
|
||||
$item->link = 'http://phpwebgallery.net';
|
||||
$item->link = $conf['gallery_url'];
|
||||
|
||||
// content creation
|
||||
$item->description = '<ul>';
|
||||
|
|
Loading…
Add table
Reference in a new issue