From: intrigeri Date: Mon, 2 Aug 2010 13:27:52 +0000 (+0200) Subject: fix copy'n'paste error X-Git-Tag: 3.20100831~33^2~2 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=0055354e3cce1d1fb8ea2ac0d5c67a4c16a2b0b0 fix copy'n'paste error --- diff --git a/IkiWiki/Plugin/skeleton.pm.example b/IkiWiki/Plugin/skeleton.pm.example index a57a2c8fe..341d67867 100644 --- a/IkiWiki/Plugin/skeleton.pm.example +++ b/IkiWiki/Plugin/skeleton.pm.example @@ -255,7 +255,7 @@ sub genwrapper () { debug("skeleton plugin running in genwrapper"); } -sub savestate () { +sub disable () { debug("skeleton plugin running in disable"); }