Index: trunk/phase3/includes/api/ApiMain.php |
— | — | @@ -256,7 +256,7 @@ |
257 | 257 | header( 'Vary: Cookie' ); |
258 | 258 | if ( $wgUseXVO ) { |
259 | 259 | header( $wgOut->getXVO() ); |
260 | | - if ( $wgOut->hasCacheVaryCookies() ) { |
| 260 | + if ( $wgOut->haveCacheVaryCookies() ) { |
261 | 261 | $this->setCacheControl( array( 'private' => true ) ); |
262 | 262 | } |
263 | 263 | } |