diff --git a/includes/api/ApiEchoNotifications.php b/includes/api/ApiEchoNotifications.php index 1217105f1..1416a48b1 100644 --- a/includes/api/ApiEchoNotifications.php +++ b/includes/api/ApiEchoNotifications.php @@ -376,6 +376,7 @@ class ApiEchoNotifications extends ApiQueryBase { $http = new MultiHttpClient( array() ); $responses = $http->runMulti( $reqs ); + $results = array(); foreach ( $responses as $wiki => $response ) { $statusCode = $response['response']['code']; if ( $statusCode >= 200 && $statusCode <= 299 ) {