]> sipb.mit.edu Git - ikiwiki.git/commitdiff
typo
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 6 Nov 2006 04:27:29 +0000 (04:27 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 6 Nov 2006 04:27:29 +0000 (04:27 +0000)
IkiWiki/Plugin/aggregate.pm

index 4f4182930165ef7ffcdadc1384d5841b06e8e45a..c8d21864a4f452ea3d58227bb42f1ec67ce96867 100644 (file)
@@ -281,7 +281,7 @@ sub add_page (@) { #{{{
        if (exists $guids{$params{guid}}) {
                # updating an existing post
                $guid=$guids{$params{guid}};
        if (exists $guids{$params{guid}}) {
                # updating an existing post
                $guid=$guids{$params{guid}};
-               next if $guid->{expired};
+               return if $guid->{expired};
        }
        else {
                # new post
        }
        else {
                # new post