summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/prettydate.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-26 00:38:13 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-26 00:38:13 -0400
commit84c905ec2011ec846d3d8b27f21f5ffd53c73840 (patch)
treea9c84e91314ea4939bc6dc46492a86784e35fef2 /IkiWiki/Plugin/prettydate.pm
parentb74b7ab68b983b3f7d9e561eb991b21764cdb3be (diff)
finish adding getsetup hooks to plugins
Diffstat (limited to 'IkiWiki/Plugin/prettydate.pm')
-rw-r--r--IkiWiki/Plugin/prettydate.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/prettydate.pm b/IkiWiki/Plugin/prettydate.pm
index be7e2c761..29330f29f 100644
--- a/IkiWiki/Plugin/prettydate.pm
+++ b/IkiWiki/Plugin/prettydate.pm
@@ -40,7 +40,7 @@ sub default_timetable {
}
sub import { #{{{
- hook(type => "getsetup", id => "getsetup", call => \&getsetup);
+ hook(type => "getsetup", id => "prettydate", call => \&getsetup);
hook(type => "checkconfig", id => "prettydate", call => \&checkconfig);
} # }}}