MediaWiki
master
|
00001 <?php 00029 class UncategorizedCategoriesPage extends UncategorizedPagesPage { 00030 function __construct( $name = 'Uncategorizedcategories' ) { 00031 parent::__construct( $name ); 00032 $this->requestedNamespace = NS_CATEGORY; 00033 } 00034 }