X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fpage%2FArticle.php;h=4fdaea12ed1fe7838a32ede039effdfb1fcf0dad;hb=ebffed29d7034e3f1a1734dc8f8280d3ec84b5d7;hp=defd029a253e326c9787e27dfb6f83f7bd3b2fe1;hpb=6cd232ebfe4b55612fe774f0127339a11626230b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/page/Article.php b/includes/page/Article.php index defd029a25..4fdaea12ed 100644 --- a/includes/page/Article.php +++ b/includes/page/Article.php @@ -1124,8 +1124,7 @@ class Article implements Page { 'rc_namespace' => $this->getTitle()->getNamespace(), 'rc_cur_id' => $this->getTitle()->getArticleID() ), - __METHOD__, - array( 'USE INDEX' => 'new_name_timestamp' ) + __METHOD__ ); } else { // Cache the information we gathered above in case we can't patrol