diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 03:49:33 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 03:49:33 +0000 |
commit | 876f33fcb815fcb6cf16dc7870d118b4341fc4d9 (patch) | |
tree | bfbcbd3fcd4571d4ad7831629fc5e15a5e51f3da | |
parent | 8ddbcbf18467e702fe32be7de0f125677d3251ce (diff) |
blah
-rwxr-xr-x | ikiwiki | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -432,8 +432,8 @@ sub rcs_recentchanges ($) { #{{{ 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 => $_}, |