Removed useless constructor, just use parent's one which is identical
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 15 Nov 2011 18:28:26 +0000 (18:28 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 15 Nov 2011 18:28:26 +0000 (18:28 +0000)
includes/WikiCategoryPage.php

index 96dcef2..01938cd 100644 (file)
@@ -3,11 +3,7 @@
  * Special handling for category pages
  */
 class WikiCategoryPage extends WikiPage {
-       
-       public function __construct( Title $title ) {
-               $this->mTitle = $title;
-       }
-       
+
        /**
         * Don't return a 404 for categories in use.
         * In use defined as: either the actual page exists