From a1789ddde42033f1b05cc4929491214ee6e79383 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 17 Dec 2015 09:15:42 +0100 Subject: Update to MediaWiki 1.26.0 --- includes/api/ApiSetNotificationTimestamp.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'includes/api/ApiSetNotificationTimestamp.php') diff --git a/includes/api/ApiSetNotificationTimestamp.php b/includes/api/ApiSetNotificationTimestamp.php index 86a3f6aa..fa6fabf6 100644 --- a/includes/api/ApiSetNotificationTimestamp.php +++ b/includes/api/ApiSetNotificationTimestamp.php @@ -112,9 +112,7 @@ class ApiSetNotificationTimestamp extends ApiBase { : wfTimestamp( TS_ISO_8601, $timestamp ); } else { // First, log the invalid titles - foreach ( $pageSet->getInvalidTitles() as $title ) { - $r = array(); - $r['title'] = $title; + foreach ( $pageSet->getInvalidTitlesAndReasons() as $r ) { $r['invalid'] = true; $result[] = $r; } -- cgit v1.2.3-54-g00ecf