Couple more userid properties for Bug 19195
[lhc/web/wiklou.git] / includes / api / ApiQueryPageProps.php
index f1bc886..858f08a 100644 (file)
@@ -69,10 +69,8 @@ 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'