Page MenuHomePhabricator
Authored By
bzimport
Nov 21 2014, 10:54 PM
Size
485 B
Referenced Files
None
Subscribers
None
--- SpecialContributions.php.60512 2010-01-08 08:27:43.000000000 +0100
+++ SpecialContributions.php.60512.patch 2010-01-08 08:33:27.000000000 +0100
@@ -89,7 +89,7 @@
return $this->feed( $feedType );
}
- wfRunHooks( 'SpecialContributionsBeforeMainOutput', $id );
+ if ( wfRunHooks( 'SpecialContributionsBeforeMainOutput', $id ) ) {
$wgOut->addHTML( $this->getForm() );
@@ -130,6 +130,7 @@
}
}
}
+ }
protected function setSyndicated() {
global $wgOut;

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5838
Default Alt Text
x.diff (485 B)

Event Timeline