aboutsummaryrefslogtreecommitdiffstats
path: root/feed.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-11-26 20:15:50 +0000
committerplegall <plg@piwigo.org>2005-11-26 20:15:50 +0000
commitf64ee074f5d3006e71351d39f0db0eda4c7f8e47 (patch)
treebb2f14502970c7261aaf7640dae1ff3d2b3af066 /feed.php
parentc3ed211ac8b02f8b22bc0594edf4cb440768c2c9 (diff)
- 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
Diffstat (limited to 'feed.php')
-rw-r--r--feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/feed.php b/feed.php
index 9f26000f7..0fbb8ff83 100644
--- a/feed.php
+++ b/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>';