--- 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;