Index: trunk/phase3/includes/WikiCategoryPage.php |
— | — | @@ -3,11 +3,7 @@ |
4 | 4 | * Special handling for category pages |
5 | 5 | */ |
6 | 6 | class WikiCategoryPage extends WikiPage { |
7 | | - |
8 | | - public function __construct( Title $title ) { |
9 | | - $this->mTitle = $title; |
10 | | - } |
11 | | - |
| 7 | + |
12 | 8 | /** |
13 | 9 | * Don't return a 404 for categories in use. |
14 | 10 | * In use defined as: either the actual page exists |