about summary refs log tree commit homepage
path: root/Documentation/mknews.perl
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/mknews.perl')
-rwxr-xr-xDocumentation/mknews.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mknews.perl b/Documentation/mknews.perl
index adb83832..a9dede00 100755
--- a/Documentation/mknews.perl
+++ b/Documentation/mknews.perl
@@ -127,7 +127,7 @@ sub atom_start {
         require PublicInbox::WwwAtomStream;
         # WwwAtomStream stats this dir for mtime
         my $astream = PublicInbox::WwwAtomStream->new($ctx);
-        delete $ctx->{emit_header};
+        delete $astream->{emit_header};
         my $ibx = $ctx->{-inbox};
         my $title = PublicInbox::WwwAtomStream::title_tag($ibx->description);
         my $updated = PublicInbox::WwwAtomStream::feed_updated(gmtime($mtime));