remove prototype from renamehook

Recursive calls make perl whine about protypes, and it wasn't
adding any value.
master
Joey Hess 2009-07-20 07:11:22 +02:00
parent 741c33576e
commit 9d9826a3d2
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ sub renamepage_hook ($$$$) {
return $content;
}
sub rename_hook (@) {
sub rename_hook {
my %params = @_;
my @torename=@{$params{torename}};