Index: trunk/phase3/includes/api/ApiQueryPageProps.php |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | |
74 | 74 | |
75 | 75 | foreach ( $this->everything as $pageid => $title ) { |
76 | | - $pageInfo = $this->extractPageInfo( $pageid, $title, $params['prop'] ); |
| 76 | + $pageInfo = $this->extractPageInfo( $pageid, $title, $this->params['prop'] ); |
77 | 77 | $fit = $result->addValue( array( |
78 | 78 | 'query', |
79 | 79 | 'pages' |