aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/rename.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-27 13:34:46 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-27 13:34:46 -0400
commit316ef6571b94995d8eef0956b1f55b591db869d3 (patch)
tree10c3a8557672bb12c2ce282430df8414794c7b60 /IkiWiki/Plugin/rename.pm
parent3b39e936991f18df1c9fa812365acb55ce725b08 (diff)
downloadikiwiki-316ef6571b94995d8eef0956b1f55b591db869d3.tar
ikiwiki-316ef6571b94995d8eef0956b1f55b591db869d3.tar.gz
pagetype is exported
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 4ee377b86..0ea77ec64 100644
--- a/IkiWiki/Plugin/rename.pm
+++ b/IkiWiki/Plugin/rename.pm
@@ -29,7 +29,7 @@ sub check_canrename ($$$$$$) { #{{{
my $q=shift;
my $session=shift;
- my $attachment=! defined IkiWiki::pagetype($pagesources{$src});
+ my $attachment=! defined pagetype($pagesources{$src});
# Must be a known source file.
if (! exists $pagesources{$src}) {