diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-08 19:25:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-08 19:25:35 -0400 |
commit | 7d5ac1cdd9357bab089cfd03189f2c2351f6dad1 (patch) | |
tree | 0942bd03d7d969fc03da023857f9752220ef8198 | |
parent | 1820f07f04476e8be290aadeee140cd0a5a0dfed (diff) |
typo
-rw-r--r-- | IkiWiki/Plugin/recentchanges.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/recentchanges.pm b/IkiWiki/Plugin/recentchanges.pm index c57b6749a..a846cc899 100644 --- a/IkiWiki/Plugin/recentchanges.pm +++ b/IkiWiki/Plugin/recentchanges.pm @@ -109,7 +109,7 @@ sub sessioncgi ($$) { my $r = $IkiWiki::hooks{rcs}{rcs_revert}{call}->($rev); error $r if defined $r; IkiWiki::disable_commit_hook(); - rcs_commit_staged( + IkiWiki::rcs_commit_staged( message => $message, session => $session, ); |