diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-08 11:13:16 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-08 11:13:16 +0000 |
commit | 5b796b0bdb5af46d327ddb1196189713aa1f56a5 (patch) | |
tree | c53af4009c2babff5b4d8da2a4bf39eaad7902bb /IkiWiki | |
parent | 66a65b5ddd8963a66293ac90a01eb40daccaee03 (diff) | |
download | ikiwiki-5b796b0bdb5af46d327ddb1196189713aa1f56a5.tar ikiwiki-5b796b0bdb5af46d327ddb1196189713aa1f56a5.tar.gz |
typo
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/aggregate.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |