Fix r70770: Will I ever get this working? :)
authorX! <soxred93@users.mediawiki.org>
Mon, 9 Aug 2010 21:03:13 +0000 (21:03 +0000)
committerX! <soxred93@users.mediawiki.org>
Mon, 9 Aug 2010 21:03:13 +0000 (21:03 +0000)
includes/api/ApiQueryPageProps.php

index f1bc886..1628492 100644 (file)
@@ -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'