From c73ff55883d0604f85f3ea3f26b47759b262ab21 Mon Sep 17 00:00:00 2001 From: idradm Date: Tue, 16 Jun 2015 11:00:39 +0200 Subject: [PATCH] DAT-2875 remove generator functionality --- controllers/ApiQueryPortableInfobox.class.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/controllers/ApiQueryPortableInfobox.class.php b/controllers/ApiQueryPortableInfobox.class.php index 2a8baff..bd24ef9 100644 --- a/controllers/ApiQueryPortableInfobox.class.php +++ b/controllers/ApiQueryPortableInfobox.class.php @@ -1,7 +1,7 @@ runOnPageSet( $resultPageSet ); - } - protected function runOnPageSet( ApiPageSet $pageSet ) { $articles = array_map( function ( Title $item ) { return Article::newFromTitle( $item, RequestContext::getMain() );