projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40b0399
)
add missing getsetup hook
author
Joey Hess
<joey@kitenet.net>
Tue, 13 Jul 2010 19:23:44 +0000
(15:23 -0400)
committer
Joey Hess
<joey@kitenet.net>
Tue, 13 Jul 2010 19:23:44 +0000
(15:23 -0400)
IkiWiki/Plugin/404.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/404.pm
b/IkiWiki/Plugin/404.pm
index 8adfd5dd99668c526168b09ba4f0fc334873d578..42cfa9e8aad04fc69b050df92b38a18905a33495 100644
(file)
--- a/
IkiWiki/Plugin/404.pm
+++ b/
IkiWiki/Plugin/404.pm
@@
-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");
}