Update RELEASE-NOTES-1.34 for various backports
[lhc/web/wiklou.git] / includes / api / ApiQueryBacklinksprop.php
index b8672ee..31de7d0 100644 (file)
@@ -286,6 +286,10 @@ class ApiQueryBacklinksprop extends ApiQueryGeneratorBase {
                $res = $this->select( __METHOD__ );
 
                if ( is_null( $resultPageSet ) ) {
+                       if ( $fld_title ) {
+                               $this->executeGenderCacheFromResultWrapper( $res, __METHOD__ );
+                       }
+
                        $count = 0;
                        foreach ( $res as $row ) {
                                if ( ++$count > $params['limit'] ) {