aboutsummaryrefslogtreecommitdiffstats
path: root/feed.php
diff options
context:
space:
mode:
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>';