Follow-up r85302: whitespace fix
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Mon, 4 Apr 2011 07:24:14 +0000 (07:24 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Mon, 4 Apr 2011 07:24:14 +0000 (07:24 +0000)
includes/OutputPage.php

index 4fb8c5f..e135e07 100644 (file)
@@ -219,7 +219,7 @@ class OutputPage {
         * Instead a new RequestContext should be created and it will implicitly create
         * a OutputPage tied to that context.
         */
-       function __construct( RequestContext $context=null ) {
+       function __construct( RequestContext $context = null ) {
                if ( !isset($context) ) {
                        # Extensions should use `new RequestContext` instead of `new OutputPage` now.
                        wfDeprecated( __METHOD__ );