Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialBrowse.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | SMW_SpecialBrowse::execute($query); |
19 | 19 | } |
20 | 20 | |
21 | | -SpecialPage::addPage( new SpecialPage('Browse','',true,'doSpecialBrowse',false) ); |
| 21 | +SpecialPage::addPage( new SpecialPage('Browse','',true,'doSpecialBrowse','default',true) ); |
22 | 22 | |
23 | 23 | /*** |
24 | 24 | * A class to encapsulate the special page that allows browsing through |