]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/inline.pm
web commit by http://smcv.pseudorandom.co.uk/
[ikiwiki.git] / IkiWiki / Plugin / inline.pm
index 9a63ea1c95cd11f9fdaa89da7d3e97ae08b8d2df..2dcd1a90ae340bc9ec764fcb4296b63cb19c33a1 100644 (file)
@@ -443,10 +443,8 @@ sub genfeed ($$$$@) { #{{{
                );
 
                if (exists $pagestate{$p} &&
-                   exists $pagestate{$p}{meta}{uuid}) {
-                       my $atom_id = $pagestate{$p}{meta}{uuid};
-
-                       $itemtemplate->param(uuid => $atom_id);
+                   exists $pagestate{$p}{meta}{guid}) {
+                       $itemtemplate->param(guid => $pagestate{$p}{meta}{guid});
                }
 
                if ($itemtemplate->query(name => "enclosure")) {