add missing getsetup hook

master
Joey Hess 2010-07-13 15:23:44 -04:00
parent 40b03990e0
commit fd8bcb32ea
1 changed files with 1 additions and 0 deletions

View 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");
}