]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
the pre-receive wrapper needs to be suid after all
[ikiwiki.git] / IkiWiki.pm
index 698244187fd1f371f39f547f076889f5762fd265..1a55945a83f7ec5d1f1f06da675e1eebbb4ea8f6 100644 (file)
@@ -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 ($) { #{{{