Index: trunk/phase3/includes/api/ApiQueryLangLinks.php |
— | — | @@ -90,7 +90,7 @@ |
91 | 91 | if ( !is_null( $params['url'] ) ) { |
92 | 92 | $title = Title::newFromText( "{$row->ll_lang}:{$row->ll_title}" ); |
93 | 93 | if ( $title ) { |
94 | | - $entry = array_merge( $entry, array( 'url' => $title->getFullURL() ) ); |
| 94 | + $entry['url'] = $title->getFullURL(); |
95 | 95 | } |
96 | 96 | } |
97 | 97 | ApiResult::setContent( $entry, $row->ll_title ); |