fix typo
parent
0cea469b36
commit
7fa31b00b7
|
@ -26,7 +26,7 @@ sub import { #{{{
|
|||
hook(type => "canedit", id => "skeleton", call => \&canedit);
|
||||
hook(type => "formbuilder_setup", id => "skeleton", call => \&formbuilder_setup);
|
||||
hook(type => "formbuilder", id => "skeleton", call => \&formbuilder);
|
||||
hook(type => "savestate", id => "savestate", call => \&savestate);
|
||||
hook(type => "savestate", id => "skeleton", call => \&savestate);
|
||||
} # }}}
|
||||
|
||||
sub getopt () { #{{{
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
hook(type => "savestate", id => "savestate", call => \&savestate);
|
||||
|
||||
Shouldn't that id be "skeleton", like all the other ids? --Ethan
|
||||
Shouldn't that id be "skeleton", like all the other ids? --Ethan
|
||||
|
||||
[[done]]
|
||||
|
|
Loading…
Reference in New Issue