https://bugzilla.wikimedia.org/show_bug.cgi?id=33595
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|need-review |reviewed CC| |[email protected] --- Comment #3 from Antoine "hashar" Musso <[email protected]> 2012-01-12 22:55:06 UTC --- ( `which dot` && !$noDot) Swap them! This way whenever $noDot is true, you will not execute 'which dot'. Should be: ( !$noDot && `which dot`) Reedy: can we add that to trunk or do we wait for 1.19 branching? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
