]> sipb.mit.edu Git - ikiwiki.git/commitdiff
typo
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 8 Mar 2007 11:13:16 +0000 (11:13 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 8 Mar 2007 11:13:16 +0000 (11:13 +0000)
IkiWiki/Plugin/aggregate.pm

index bdbcd536f6ffb381489ab977bd36170c3ea9daf4..f353cb0ca83dd54e71f96ea030058f193bc822d3 100644 (file)
@@ -31,7 +31,7 @@ sub getopt () { #{{{
 } #}}}
 
 sub checkconfig () { #{{{
 } #}}}
 
 sub checkconfig () { #{{{
-       my $nolock=($config{post_commit} && ! commit_hook_enabled());
+       my $nolock=($config{post_commit} && ! IkiWiki::commit_hook_enabled());
        IkiWiki::lockwiki() unless $nolock;
        loadstate();
        if ($config{aggregate} && ! $nolock) {
        IkiWiki::lockwiki() unless $nolock;
        loadstate();
        if ($config{aggregate} && ! $nolock) {