diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 20:25:56 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 20:25:56 +0000 |
commit | 28d634aa88b9bf54962d345b39d7c6c09e2bd38d (patch) | |
tree | cf88f0083bb8fbea1d313a7bd987d4b6bf487909 /ikiwiki | |
parent | dae7a89e225236875bfaea06cd476fb5f33dc702 (diff) |
oo
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |