diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-28 20:54:58 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-28 20:54:58 +0000 |
commit | 3bbf5eb28aa22fe993e7f97c583a1c4d64ccc8e5 (patch) | |
tree | bd71d38d56f843c24d61d0974c0d8dbd7c01b72e /IkiWiki | |
parent | 7fa31b00b798c8d3fb9c64f47651b09b3352eca1 (diff) | |
download | ikiwiki-3bbf5eb28aa22fe993e7f97c583a1c4d64ccc8e5.tar ikiwiki-3bbf5eb28aa22fe993e7f97c583a1c4d64ccc8e5.tar.gz |
fix
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/conditional.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/conditional.pm b/IkiWiki/Plugin/conditional.pm index 68ed36cc9..2a25135fe 100644 --- a/IkiWiki/Plugin/conditional.pm +++ b/IkiWiki/Plugin/conditional.pm @@ -102,7 +102,7 @@ sub match_destpage ($$;@) { #{{{ } } #}}} -sub match_included ($$;$) { #{{{ +sub match_included ($$;@) { #{{{ shift; shift; my %params=@_; |