]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/edittemplate.pm
Pass HTTPS variable through the wrapper so that CGI->https can be used by plugins...
[ikiwiki.git] / IkiWiki / Plugin / edittemplate.pm
index 189a066d83040a744be6a58efec6d626d140659b..846b4e7c832c499a0755860b2c277b282a2b2f1d 100644 (file)
@@ -16,8 +16,6 @@ sub import { #{{{
                call => \&preprocess);
        hook(type => "formbuilder", id => "edittemplate",
                call => \&formbuilder);
-       hook(type => "refresh", id => "edittemplate",
-               call => \&refresh);
 } #}}}
 
 sub getsetup () { #{{{
@@ -140,8 +138,4 @@ sub filltemplate ($$) { #{{{
        return $template->output;
 } #}}}
 
-sub refresh () {
-       
-}
-
 1