Revert r53710 "* Allow suppressing "line 1" from the diffs, which can get quite annoy...
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 21 Aug 2009 22:01:16 +0000 (22:01 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 21 Aug 2009 22:01:16 +0000 (22:01 +0000)
commit82b80fc483f1546b54de045c50778311e42337bd
tree33d88b62789b72378a5815576fcf2084934dd62f
parent7f937555e5e32eff7e4a203b4316ed741c6a932a
Revert r53710 "* Allow suppressing "line 1" from the diffs, which can get quite annoying with many diffs"
Use of static variable here means that running multiple diffs during one request may mess things up. It should rather check if it's been added in $wgOut already.
includes/diff/DifferenceEngine.php