From: Sam Reed Date: Thu, 25 Aug 2011 21:22:14 +0000 (+0000) Subject: Fux PHP Notice: Undefined property: ContribsPager::$showSizeDiff in /www/w/includes... X-Git-Tag: 1.31.0-rc.0~28060 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=bbb0d379b9abfcd9a2f4573f1afbe2f85eb35155;p=lhc%2Fweb%2Fwiklou.git Fux PHP Notice: Undefined property: ContribsPager::$showSizeDiff in /www/w/includes/specials/SpecialContributions.php on line 681 frin r95496 --- diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index 9f9e0a27d2..a243aca530 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -677,9 +677,8 @@ class ContribsPager extends ReverseChronologicalPager { $diffHistLinks = '(' . $difftext . $this->messages['pipe-separator'] . $histlink . ')'; - - $diffOut = ' . . ' . $wgLang->getDirMark() . ( $this->showSizeDiff ? - ChangesList::showCharacterDifference( $row->rc_old_len, $row->rc_new_len ) : '' ); + $diffOut = ' . . ' . $wgLang->getDirMark() . + ChangesList::showCharacterDifference( $row->rc_old_len, $row->rc_new_len ); $ret = "{$del}{$d} {$diffHistLinks} {$nflag}{$mflag} {$link}{$diffOut}{$userlink} {$comment} {$topmarktext}";