r113072 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r113071
|
r113072
|
r113073
>
Date:
19:47, 5 March 2012
Author:
jeroendedauw
Status:
deferred
Tags:
Comment:
be sure to not end up w/ duplicate html
Modified paths:
/trunk/extensions/EducationProgram/specials/SpecialEducationProgram.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/EducationProgram/specials/SpecialEducationProgram.php
—
—
@@ -39,6 +39,7 @@
40
40
$out = $this->getOutput();
41
41
42
42
if ( $this->getRequest()->getText( 'action' ) !== 'purge' && is_string( $cachedHTML ) ) {
43
+ $out->clearHTML();
43
44
$out->addHTML( $cachedHTML );
44
45
}
45
46
else {
Status & tagging log
01:07, 7 March 2012
😂
(
talk
|
contribs
)
changed the
status
of r113072
[
removed:
new
added:
deferred]