projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16b7c3e
)
improve prototype
author
Joey Hess
<joey@kitenet.net>
Thu, 5 Apr 2012 19:09:13 +0000
(15:09 -0400)
committer
Joey Hess
<joey@kitenet.net>
Thu, 5 Apr 2012 19:09:13 +0000
(15:09 -0400)
src param always needed now
IkiWiki/Plugin/rename.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/rename.pm
b/IkiWiki/Plugin/rename.pm
index b5f37e913c58e166160f60990e91c1522955c733..b8f5858cc7f115edcfa17c5957defda0e0767753 100644
(file)
--- 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;