add missing getsetup hook
authorJoey Hess <joey@kitenet.net>
Tue, 13 Jul 2010 19:23:44 +0000 (15:23 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 13 Jul 2010 19:23:44 +0000 (15:23 -0400)
IkiWiki/Plugin/404.pm

index 8adfd5dd99668c526168b09ba4f0fc334873d578..42cfa9e8aad04fc69b050df92b38a18905a33495 100644 (file)
@@ -10,6 +10,7 @@ use IkiWiki 3.00;
 
 sub import {
        hook(type => "cgi", id => '404',  call => \&cgi);
+       hook(type => "getsetup", id => '404',  call => \&getsetup);
        IkiWiki::loadplugin("goto");
 }