From: joey Date: Thu, 8 Mar 2007 11:13:16 +0000 (+0000) Subject: typo X-Git-Tag: 1.45~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5b796b0bdb5af46d327ddb1196189713aa1f56a5;p=ikiwiki.git typo --- diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm index bdbcd536f..f353cb0ca 100644 --- a/IkiWiki/Plugin/aggregate.pm +++ b/IkiWiki/Plugin/aggregate.pm @@ -31,7 +31,7 @@ sub getopt () { #{{{ } #}}} 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) {