aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/rename.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-04-05 15:09:13 -0400
committerJoey Hess <joey@kitenet.net>2012-04-05 15:09:13 -0400
commit792e660cb158adaf02923029e2e36c9f134068d7 (patch)
tree65f88383cb0c486e67fbe0b9e6ad7cb43e173b4e /IkiWiki/Plugin/rename.pm
parent16b7c3e86d81d57f6ebcf3fd607ef93dbaaf039c (diff)
downloadikiwiki-792e660cb158adaf02923029e2e36c9f134068d7.tar
ikiwiki-792e660cb158adaf02923029e2e36c9f134068d7.tar.gz
improve prototype
src param always needed now
Diffstat (limited to 'IkiWiki/Plugin/rename.pm')
-rw-r--r--IkiWiki/Plugin/rename.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/rename.pm b/IkiWiki/Plugin/rename.pm
index b5f37e913..b8f5858cc 100644
--- a/IkiWiki/Plugin/rename.pm
+++ b/IkiWiki/Plugin/rename.pm
@@ -206,7 +206,7 @@ sub rename_start ($$$$) {
exit 0;
}
-sub postrename ($$;$$$) {
+sub postrename ($$$;$$) {
my $cgi=shift;
my $session=shift;
my $src=shift;