X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdeferred%2FWANCacheReapUpdate.php;h=604f2052c467a859e13ca1aae68f4a5729a813be;hb=5410cfccce9b0b84bc909506c9b66d3f27d6dba7;hp=5ffc938879db32c69a855f06bf329d07b2344863;hpb=23673a0ff99f4173ded689ee32dae799f2d07642;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/deferred/WANCacheReapUpdate.php b/includes/deferred/WANCacheReapUpdate.php index 5ffc938879..604f2052c4 100644 --- a/includes/deferred/WANCacheReapUpdate.php +++ b/includes/deferred/WANCacheReapUpdate.php @@ -1,5 +1,6 @@ getNamespace() >= 0 ) { - $entities[] = WikiPage::factory( Title::newFromTitleValue( $t ) ); + $entities[] = WikiPage::factory( Title::newFromLinkTarget( $t ) ); } if ( $t->inNamespace( NS_FILE ) ) {