- merge branch 1.5 r943:944 into BSF (bug 199 fixed)

git-svn-id: http://piwigo.org/svn/trunk@958 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-11-26 20:15:50 +00:00
parent c3ed211ac8
commit f64ee074f5
+1 -1
View File
@@ -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>';