]> sipb.mit.edu Git - ikiwiki.git/commitdiff
blah
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 03:49:33 +0000 (03:49 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 03:49:33 +0000 (03:49 +0000)
ikiwiki

diff --git a/ikiwiki b/ikiwiki
index 0266edfa45d928cf69a1054dc3bfc00939bc71ba..a3bf09d3b4b7da6a318961fa9890b614dc56fd8c 100755 (executable)
--- a/ikiwiki
+++ b/ikiwiki
@@ -432,8 +432,8 @@ sub rcs_recentchanges ($) { #{{{
                                return @ret if @ret >= $num;
                                
                                $state='header';
                                return @ret if @ret >= $num;
                                
                                $state='header';
-                               $message=$rev=$user=$when=undef;
-                               @pages=();
+                               $rev=$user=$when=undef;
+                               @pages=@message=();
                        }
                        elsif ($state eq 'body') {
                                push @message, {line => $_},
                        }
                        elsif ($state eq 'body') {
                                push @message, {line => $_},