summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/includes/cache/TitleLocalCache.php')
-rw-r--r--Echo/includes/cache/TitleLocalCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Echo/includes/cache/TitleLocalCache.php b/Echo/includes/cache/TitleLocalCache.php
index d896b012..b756b0f7 100644
--- a/Echo/includes/cache/TitleLocalCache.php
+++ b/Echo/includes/cache/TitleLocalCache.php
@@ -28,7 +28,7 @@ class EchoTitleLocalCache extends EchoLocalCache {
if ( $lookups ) {
$titles = Title::newFromIDs( $lookups );
foreach ( $titles as $title ) {
- yield $title->getArticleId() => $title;
+ yield $title->getArticleID() => $title;
}
}
}