summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/rename.pm
diff options
context:
space:
mode:
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 32888877f..fd0bd3ae8 100644
--- a/IkiWiki/Plugin/rename.pm
+++ b/IkiWiki/Plugin/rename.pm
@@ -213,7 +213,7 @@ sub sessioncgi ($$) { #{{{
$q, $session, $q->param("attachment"));
# Ensures that the dest directory exists and is ok.
- IkIWiki::prep_writefile($destfile, $config{srcdir});
+ IkiWiki::prep_writefile($destfile, $config{srcdir});
# Do rename, and update the wiki.
require IkiWiki::Render;