From c9f278aa4ab15b6acff92de35b3a83b938d065f7 Mon Sep 17 00:00:00 2001 From: X! Date: Mon, 9 Aug 2010 21:03:13 +0000 Subject: [PATCH] Fix r70770: Will I ever get this working? :) --- includes/api/ApiQueryPageProps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryPageProps.php b/includes/api/ApiQueryPageProps.php index f1bc886d0a..1628492dd1 100644 --- a/includes/api/ApiQueryPageProps.php +++ b/includes/api/ApiQueryPageProps.php @@ -72,7 +72,7 @@ class ApiQueryPageProps extends ApiQueryBase { foreach ( $this->everything as $pageid => $title ) { - $pageInfo = $this->extractPageInfo( $pageid, $title, $params['prop'] ); + $pageInfo = $this->extractPageInfo( $pageid, $title, $this->params['prop'] ); $fit = $result->addValue( array( 'query', 'pages' -- 2.20.1