X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fpage%2FCategoryPage.php;h=dda13d3da9a9b25e1ee4840e0aec4a9e09839bb1;hb=e900893531e76fb8f80c1c9b5be459fd02862c3c;hp=491726beddf0ee89dac782659908a4147a3d4ae7;hpb=92571d7c1a9c25604382f9c395e487e44cc442d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/page/CategoryPage.php b/includes/page/CategoryPage.php index 491726bedd..dda13d3da9 100644 --- a/includes/page/CategoryPage.php +++ b/includes/page/CategoryPage.php @@ -24,16 +24,13 @@ /** * Special handling for category description pages, showing pages, * subcategories and file that belong to the category + * + * @property WikiCategoryPage $mPage Set by overwritten newPage() in this class */ class CategoryPage extends Article { # Subclasses can change this to override the viewer class. protected $mCategoryViewerClass = CategoryViewer::class; - /** - * @var WikiCategoryPage - */ - protected $mPage; - /** * @param Title $title * @return WikiCategoryPage