Index: trunk/phase3/maintenance/rebuildFileCache.php |
— | — | @@ -80,7 +80,6 @@ |
81 | 81 | continue; // broken title? |
82 | 82 | } |
83 | 83 | $wgOut = $context->output; // set display title |
84 | | - $wgUser->getSkin( $wgTitle ); // set skin title |
85 | 84 | $wgArticle = new Article( $wgTitle ); |
86 | 85 | // If the article is cacheable, then load it |
87 | 86 | if ( $wgArticle->isFileCacheable() ) { |
Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -221,7 +221,6 @@ |
222 | 222 | */ |
223 | 223 | function __construct( RequestContext $context = null ) { |
224 | 224 | if ( !isset($context) ) { |
225 | | -var_dump('foo'); |
226 | 225 | # Extensions should use `new RequestContext` instead of `new OutputPage` now. |
227 | 226 | wfDeprecated( __METHOD__ ); |
228 | 227 | } |