X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryBacklinksprop.php;h=022fd9b848cd5d32219028e17b6da3b04963e1ba;hb=e8f31f6255c3fdfbb1d7ff818be96e0333372e9e;hp=b8672ee6b756c0212b69d99634cfcef33cbed674;hpb=8b10eb6a8d7c5eeb773df8c3050a450889fe3c1c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryBacklinksprop.php b/includes/api/ApiQueryBacklinksprop.php index b8672ee6b7..022fd9b848 100644 --- a/includes/api/ApiQueryBacklinksprop.php +++ b/includes/api/ApiQueryBacklinksprop.php @@ -286,6 +286,8 @@ class ApiQueryBacklinksprop extends ApiQueryGeneratorBase { $res = $this->select( __METHOD__ ); if ( is_null( $resultPageSet ) ) { + $this->executeGenderCacheFromResultWrapper( $res, __METHOD__ ); + $count = 0; foreach ( $res as $row ) { if ( ++$count > $params['limit'] ) {