From: Alexandre Emsenhuber Date: Tue, 15 Nov 2011 18:28:26 +0000 (+0000) Subject: Removed useless constructor, just use parent's one which is identical X-Git-Tag: 1.31.0-rc.0~26485 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=911c0c72cca06907e898318f06e8ba68492a4908;p=lhc%2Fweb%2Fwiklou.git Removed useless constructor, just use parent's one which is identical --- diff --git a/includes/WikiCategoryPage.php b/includes/WikiCategoryPage.php index 96dcef20b5..01938cd987 100644 --- a/includes/WikiCategoryPage.php +++ b/includes/WikiCategoryPage.php @@ -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