Merge "No need to call parseTitle() directly in MediaWiki::__construct()."
[lhc/web/wiklou.git] / includes / Wiki.php
index 4b84744..a4a8903 100644 (file)
@@ -62,7 +62,6 @@ class MediaWiki {
                }
 
                $this->context = $context;
-               $this->context->setTitle( $this->parseTitle() );
        }
 
        /**