X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flogging%2FLogPager.php;h=256934e4c7cc121f9c723f966bf873f2ac9f4ff9;hb=9fd5277856982e9baddf8c089f6e01fa8aaef73f;hp=9c485291ac7ca956151b5522ea9835af0b7646fe;hpb=b2645d82849ca74b0e6b8df6a3e28e81d0561a58;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/LogPager.php b/includes/logging/LogPager.php index 9c485291ac..256934e4c7 100644 --- a/includes/logging/LogPager.php +++ b/includes/logging/LogPager.php @@ -207,6 +207,7 @@ class LogPager extends ReverseChronologicalPager { $ns = $title->getNamespace(); $db = $this->mDb; + $doUserRightsLogLike = false; if ( $this->types == array( 'rights' ) ) { global $wgUserrightsInterwikiDelimiter; $parts = explode( $wgUserrightsInterwikiDelimiter, $title->getDBKey() );