]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
the pre-receive wrapper needs to be suid after all
[ikiwiki.git] / IkiWiki.pm
index 245eaafba243a8c4dd341524d9d6f087a9a63be7..1a55945a83f7ec5d1f1f06da675e1eebbb4ea8f6 100644 (file)
@@ -1582,8 +1582,8 @@ sub rcs_getctime ($) { #{{{
        $hooks{rcs}{rcs_getctime}{call}->(@_);
 } #}}}
 
-sub rcs_test_receive ($) { #{{{
-       $hooks{rcs}{rcs_test_receive}{call}->(@_);
+sub rcs_receive () { #{{{
+       $hooks{rcs}{rcs_receive}{call}->();
 } #}}}
 
 sub globlist_to_pagespec ($) { #{{{