fix
parent
7fa31b00b7
commit
3bbf5eb28a
|
@ -102,7 +102,7 @@ sub match_destpage ($$;@) { #{{{
|
|||
}
|
||||
} #}}}
|
||||
|
||||
sub match_included ($$;$) { #{{{
|
||||
sub match_included ($$;@) { #{{{
|
||||
shift;
|
||||
shift;
|
||||
my %params=@_;
|
||||
|
|
|
@ -2,4 +2,6 @@ Is this a bug? IkiWiki/Plugins/conditional.pm:
|
|||
|
||||
`sub match_included ($$;$) { #{{{`
|
||||
|
||||
The other match_XXX functions seem to take ($$;@). --Ethan
|
||||
The other match_XXX functions seem to take ($$;@). --Ethan
|
||||
|
||||
> indeed, [[done]] --[[Joey]]
|
||||
|
|
Loading…
Reference in New Issue