aboutsummaryrefslogtreecommitdiffstats
path: root/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'feed.php')
-rw-r--r--feed.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/feed.php b/feed.php
index 9ea4cbbb4..3c435cff1 100644
--- a/feed.php
+++ b/feed.php
@@ -136,7 +136,7 @@ if (!$image_only)
$item->descriptionHtmlSyndicated = true;
$item->date = mysqldt_to_ts($dbnow);
- $item->author = 'PhpWebGallery notifier';
+ $item->author = 'Piwigo notifier';
$item->guid= sprintf('%s', $dbnow);;
$rss->addItem($item);
@@ -188,7 +188,7 @@ foreach($dates as $date_detail)
$item->descriptionHtmlSyndicated = true;
$item->date = mysqldt_to_ts($date);
- $item->author = 'PhpWebGallery notifier';
+ $item->author = 'Piwigo notifier';
$item->guid= sprintf('%s', 'pics-'.$date);;
$rss->addItem($item);