X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a20bc7a3fc6a2f2369022873ef7c2afbd5e49105..b69f9eba9250b5c71e81415c977836d4421ef0a4:/IkiWiki.pm?ds=inline diff --git a/IkiWiki.pm b/IkiWiki.pm index ac01ea418..1e9d1ca2a 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -2120,10 +2120,7 @@ sub merge_influences { } else { # influence blocker - print STDERR "merging $this and $other; found influence blocker\n"; $this->[1]={}; - $this->[2]=1; - return; } }