Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Only unlink excess recentchanges from srcdir if not in transientdir
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
rename.pm
diff --git
a/IkiWiki/Plugin/rename.pm
b/IkiWiki/Plugin/rename.pm
index a05e85be0106462f263a47468f72cf2f2c1261ff..57747d3c9df00141a1ade61e823c453a2ecbcc33 100644
(file)
--- a/
IkiWiki/Plugin/rename.pm
+++ b/
IkiWiki/Plugin/rename.pm
@@
-126,7
+126,7
@@
sub rename_form ($$$) {
method => 'POST',
javascript => 0,
params => $q,
method => 'POST',
javascript => 0,
params => $q,
- action =>
$config{cgiurl}
,
+ action =>
IkiWiki::cgiurl()
,
stylesheet => 1,
fields => [qw{do page new_name attachment}],
);
stylesheet => 1,
fields => [qw{do page new_name attachment}],
);