| Index: branches/RL2/extensions/Gadgets/api/ApiQueryGadgetPages.php |
| — | — | @@ -75,7 +75,7 @@ |
| 76 | 76 | |
| 77 | 77 | $title = Title::makeTitle( $row->gpl_namespace, $row->gpl_title ); |
| 78 | 78 | if ( is_null( $resultPageSet ) ) { |
| 79 | | - $vals = array(); |
| | 79 | + $vals = array( 'pagename' => $title->getPrefixedText() ); |
| 80 | 80 | self::addTitleInfo( $vals, $title ); |
| 81 | 81 | $fit = $result->addValue( array( 'query', $this->getModuleName() ), null, $vals ); |
| 82 | 82 | if ( !$fit ) { |