From 409e62021c5c05e0184a61d0692697c10a0b8283 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 28 Jul 2006 05:26:49 +0000 Subject: * Add getopt hook type, this allows plugins to add new command-line options. * Add --tagbase option to tag plugin. --- IkiWiki/Setup/Standard.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IkiWiki/Setup/Standard.pm') diff --git a/IkiWiki/Setup/Standard.pm b/IkiWiki/Setup/Standard.pm index 25f038a06..4082ca7af 100644 --- a/IkiWiki/Setup/Standard.pm +++ b/IkiWiki/Setup/Standard.pm @@ -64,6 +64,7 @@ sub setup_standard { debug("refreshing wiki.."); } + loadplugins(); checkconfig(); lockwiki(); loadindex(); -- cgit v1.2.3