From: Sam Reed Date: Wed, 2 Feb 2011 22:31:48 +0000 (+0000) Subject: Followup r67094, factor out code duplication in HistoryPage::getStartBody() X-Git-Tag: 1.31.0-rc.0~32242 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/wiki/supprimer.php?a=commitdiff_plain;h=41dcf1d49597429dce491e5e1648b78ca73b1d84;p=lhc%2Fweb%2Fwiklou.git Followup r67094, factor out code duplication in HistoryPage::getStartBody() --- diff --git a/includes/HistoryPage.php b/includes/HistoryPage.php index fed09ae1d1..4c15d7f603 100644 --- a/includes/HistoryPage.php +++ b/includes/HistoryPage.php @@ -401,44 +401,35 @@ class HistoryPager extends ReverseChronologicalPager { ) . "\n"; if ( $wgUser->isAllowed( 'deleterevision' ) ) { - $this->preventClickjacking(); - $float = $wgContLang->alignEnd(); - # Note bug #20966,