X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=includes%2Fcache%2FBacklinkCache.php;h=4341daafe68ebc33267179f2ca7bc648990bc244;hb=259e37a505c9789c404ec5cf3c311af5450fe4f1;hp=11f3c2bb42364125a3d47d12847f1302b03d2406;hpb=203cedd029e42bd3c55e50a9cff6f14373d8aa67;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/cache/BacklinkCache.php b/includes/cache/BacklinkCache.php index 11f3c2bb42..4341daafe6 100644 --- a/includes/cache/BacklinkCache.php +++ b/includes/cache/BacklinkCache.php @@ -174,7 +174,6 @@ class BacklinkCache { * @return ResultWrapper */ protected function queryLinks( $table, $startId, $endId, $max, $select = 'all' ) { - $fromField = $this->getPrefix( $table ) . '_from'; if ( !$startId && !$endId && is_infinite( $max )