From: joey Date: Sun, 12 Mar 2006 20:25:56 +0000 (+0000) Subject: oo X-Git-Tag: 1.0~400 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=28d634aa88b9bf54962d345b39d7c6c09e2bd38d;p=ikiwiki.git oo --- diff --git a/ikiwiki b/ikiwiki index 5ae95e59d..0f6f250a0 100755 --- 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;