fix
parent
7fa31b00b7
commit
3bbf5eb28a
|
@ -102,7 +102,7 @@ sub match_destpage ($$;@) { #{{{
|
||||||
}
|
}
|
||||||
} #}}}
|
} #}}}
|
||||||
|
|
||||||
sub match_included ($$;$) { #{{{
|
sub match_included ($$;@) { #{{{
|
||||||
shift;
|
shift;
|
||||||
shift;
|
shift;
|
||||||
my %params=@_;
|
my %params=@_;
|
||||||
|
|
|
@ -3,3 +3,5 @@ Is this a bug? IkiWiki/Plugins/conditional.pm:
|
||||||
`sub match_included ($$;$) { #{{{`
|
`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