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

diff --git a/ikiwiki b/ikiwiki
index 5ae95e59d71eeb19e104ef48978d5965a137b11b..0f6f250a0f015e0c70e30d60d509b0538900feb1 100755 (executable)
--- a/ikiwiki
+++ b/ikiwiki
@@ -457,7 +457,7 @@ sub rcs_recentchanges ($) { #{{{
                                }
                                
                                push @ret, { rev => $rev, user => $user,
-                                       commitype => $committype,
+                                       committype => $committype,
                                        when => $when, message => [@message],
                                        pages => [@pages] } if @pages;
                                return @ret if @ret >= $num;