Index: trunk/phase3/includes/api/ApiParse.php |
— | — | @@ -172,7 +172,7 @@ |
173 | 173 | if ( isset( $prop['headhtml'] ) ) { |
174 | 174 | $out = new OutputPage; |
175 | 175 | $out->addParserOutputNoText( $p_result ); |
176 | | - $result_array['stylesheets'] = array(); |
| 176 | + $result_array['headhtml'] = array(); |
177 | 177 | $result->setContent( $result_array['headhtml'], $out->headElement( $wgUser->getSkin() ) ); |
178 | 178 | } |
179 | 179 | |