aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/rename.pm
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-11-23 00:12:17 +0000
committerSimon McVittie <smcv@debian.org>2010-11-23 00:12:17 +0000
commit296e5cb2fd3690e998b3824d54d317933c595873 (patch)
treec810ddde04f4d6d262e6741f73081a45796f77e0 /IkiWiki/Plugin/rename.pm
parent78c595736ef6903ad8e7bab232875474aedfd328 (diff)
downloadikiwiki-296e5cb2fd3690e998b3824d54d317933c595873.tar
ikiwiki-296e5cb2fd3690e998b3824d54d317933c595873.tar.gz
Use local paths for the CGI URL
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 ad5e72645..614a4cf5c 100644
--- a/IkiWiki/Plugin/rename.pm
+++ b/IkiWiki/Plugin/rename.pm
@@ -126,7 +126,7 @@ sub rename_form ($$$) {
method => 'POST',
javascript => 0,
params => $q,
- action => $config{cgiurl},
+ action => IkiWiki::cgiurl(),
stylesheet => 1,
fields => [qw{do page new_name attachment}],
);