diff options
-rw-r--r-- | phpfspot.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index cc1c873..4b033f6 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -1674,7 +1674,7 @@ class PHPFSPOT { <description> <?php print $thumb_html; ?> </description> - <pubDate><?php print strftime("%a, %d %b %Y %T %z"); ?></pubDate> + <pubDate><?php print strftime("%a, %d %b %Y %T %z", $meta_date); ?></pubDate> </item> <?php |