summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-23 18:05:57 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-23 18:05:57 -0400
commit85f4b99710fa94b9b67cee061c37eaf49be36b25 (patch)
tree0c3f8d4857b4fc93f52e63f3d4e9154a3e129d07 /IkiWiki.pm
parentf349e4ef36d0653c779872d9eb8dca94e6c15d90 (diff)
untrusted committers code seems to be fully working
Still need to investigate possible races, and test some more.
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index 698244187..1a55945a8 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -1582,8 +1582,8 @@ sub rcs_getctime ($) { #{{{
$hooks{rcs}{rcs_getctime}{call}->(@_);
} #}}}
-sub rcs_receive ($) { #{{{
- $hooks{rcs}{rcs_receive}{call}->(@_);
+sub rcs_receive () { #{{{
+ $hooks{rcs}{rcs_receive}{call}->();
} #}}}
sub globlist_to_pagespec ($) { #{{{